Color spaces of #39bcce
RGB | 57 | 188 | 206 |
---|---|---|---|
HSL | 0.52 | 0.60 | 0.52 |
HSV | 187° | 72° | 81° |
CMYK | 0.72 | 0.09 | 0.00 0.19 |
XYZ | 30.8111 | 41.2925 | 64.7389 |
Yxy | 41.2925 | 0.2252 | 0.3018 |
Hunter Lab | 64.2592 | -26.8663 | -14.7511 |
CIE-Lab | 70.3804 | -28.8559 | -19.2447 |
#39bcce color RGB value is (57,188,206).
#39bcce hex color red value is 57, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #39bcce hue: 0.52 , saturation: 0.60 and the lightness value of 39bcce is 0.52.
The process color (four color CMYK) of #39bcce color hex is 0.72, 0.09, 0.00, 0.19. Web safe color of #39bcce is #33cccc. Color #39bcce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 10111100 | 11001110 |
Octal | 71 | 274 | 316 |
Decimal | 57 | 188 | 206 |
Hex | 39 | BC | CE |
Shades of #39bcce
Tints of #39bcce
RGB Percentages of Color #39bcce
CMYK Percentages of Color #39bcce
Complementary Color
#39bcce | #ce4b39 |
#39bcce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39bcce Color Preview on White Background
Lorem ipsum dolor sit amet.
#39bcce Color CSS Codes
.mybgcolor {background-color:#39bcce; } .myforecolor {color:#39bcce; } .mybordercolor {border:3px solid #39bcce; }
#39bcce Text Font Color
<p style="color:#39bcce">Text here</p>
This sample text font color is #39bcce
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.
#39bcce Background Color
<div style="background-color:#39bcce">
Div content here</div>
This div background color is #39bcce
#39bcce Border Color
<div style="border:3px solid #39bcce">
Div here</div>
This div border color is #39bcce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,188,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39bcce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39bcce; -webkit-box-shadow: 1px 1px 3px 2px #39bcce; box-shadow: 1px 1px 3px 2px #39bcce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,188,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39bcce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39bcce; -webkit-box-shadow: 1px 1px 3px 2px #39bcce; box-shadow: 1px 1px 3px 2px #39bcce;">
Div content here</div>
This div box has shadow with color #39bcce
Comments
No comments written yet.
Please login to write comment.