Color spaces of #399ecb
RGB | 57 | 158 | 203 |
---|---|---|---|
HSL | 0.55 | 0.58 | 0.51 |
HSV | 198° | 72° | 80° |
CMYK | 0.72 | 0.22 | 0.00 0.20 |
XYZ | 24.6937 | 29.6354 | 60.9186 |
Yxy | 29.6354 | 0.2143 | 0.2571 |
Hunter Lab | 54.4384 | -14.2982 | -28.2408 |
CIE-Lab | 61.3384 | -14.3095 | -31.4590 |
#399ecb color RGB value is (57,158,203).
#399ecb hex color red value is 57, green value is 158 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #399ecb hue: 0.55 , saturation: 0.58 and the lightness value of 399ecb is 0.51.
The process color (four color CMYK) of #399ecb color hex is 0.72, 0.22, 0.00, 0.20. Web safe color of #399ecb is #3399cc. Color #399ecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 10011110 | 11001011 |
Octal | 71 | 236 | 313 |
Decimal | 57 | 158 | 203 |
Hex | 39 | 9E | CB |
Shades of #399ecb
Tints of #399ecb
RGB Percentages of Color #399ecb
CMYK Percentages of Color #399ecb
Complementary Color
#399ecb | #cb6639 |
#399ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#399ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#399ecb Color CSS Codes
.mybgcolor {background-color:#399ecb; } .myforecolor {color:#399ecb; } .mybordercolor {border:3px solid #399ecb; }
#399ecb Text Font Color
<p style="color:#399ecb">Text here</p>
This sample text font color is #399ecb
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.
#399ecb Background Color
<div style="background-color:#399ecb">
Div content here</div>
This div background color is #399ecb
#399ecb Border Color
<div style="border:3px solid #399ecb">
Div here</div>
This div border color is #399ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,158,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #399ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #399ecb; -webkit-box-shadow: 1px 1px 3px 2px #399ecb; box-shadow: 1px 1px 3px 2px #399ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,158,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 #399ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #399ecb; -webkit-box-shadow: 1px 1px 3px 2px #399ecb; box-shadow: 1px 1px 3px 2px #399ecb;">
Div content here</div>
This div box has shadow with color #399ecb
Comments
No comments written yet.
Please login to write comment.