Color spaces of #1befcb
RGB | 27 | 239 | 203 |
---|---|---|---|
HSL | 0.47 | 0.87 | 0.52 |
HSV | 170° | 89° | 94° |
CMYK | 0.89 | 0.00 | 0.15 0.06 |
XYZ | 42.0980 | 66.2778 | 67.0740 |
Yxy | 66.2778 | 0.2399 | 0.3778 |
Hunter Lab | 81.4112 | -50.1666 | 8.1393 |
CIE-Lab | 85.1379 | -54.8053 | 4.2011 |
#1befcb color RGB value is (27,239,203).
#1befcb hex color red value is 27, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1befcb hue: 0.47 , saturation: 0.87 and the lightness value of 1befcb is 0.52.
The process color (four color CMYK) of #1befcb color hex is 0.89, 0.00, 0.15, 0.06. Web safe color of #1befcb is #33ffcc. Color #1befcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11101111 | 11001011 |
Octal | 33 | 357 | 313 |
Decimal | 27 | 239 | 203 |
Hex | 1B | EF | CB |
Shades of #1befcb
Tints of #1befcb
RGB Percentages of Color #1befcb
CMYK Percentages of Color #1befcb
Complementary Color
#1befcb | #ef1b3f |
#1befcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1befcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1befcb Color CSS Codes
.mybgcolor {background-color:#1befcb; } .myforecolor {color:#1befcb; } .mybordercolor {border:3px solid #1befcb; }
#1befcb Text Font Color
<p style="color:#1befcb">Text here</p>
This sample text font color is #1befcb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#1befcb Background Color
<div style="background-color:#1befcb">
Div content here</div>
This div background color is #1befcb
#1befcb Border Color
<div style="border:3px solid #1befcb">
Div here</div>
This div border color is #1befcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,239,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1befcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1befcb; -webkit-box-shadow: 1px 1px 3px 2px #1befcb; box-shadow: 1px 1px 3px 2px #1befcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,239,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1befcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1befcb; -webkit-box-shadow: 1px 1px 3px 2px #1befcb; box-shadow: 1px 1px 3px 2px #1befcb;">
Div content here</div>
This div box has shadow with color #1befcb
Comments
No comments written yet.
Please login to write comment.