Color spaces of #879dee
RGB | 135 | 157 | 238 |
---|---|---|---|
HSL | 0.63 | 0.75 | 0.73 |
HSV | 227° | 43° | 93° |
CMYK | 0.43 | 0.34 | 0.00 0.07 |
XYZ | 37.4813 | 35.4379 | 85.7536 |
Yxy | 35.4379 | 0.2362 | 0.2233 |
Hunter Lab | 59.5297 | 8.2107 | -43.7374 |
CIE-Lab | 66.0882 | 12.8304 | -43.1660 |
#879dee color RGB value is (135,157,238).
#879dee hex color red value is 135, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #879dee hue: 0.63 , saturation: 0.75 and the lightness value of 879dee is 0.73.
The process color (four color CMYK) of #879dee color hex is 0.43, 0.34, 0.00, 0.07. Web safe color of #879dee is #9999ff. Color #879dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10011101 | 11101110 |
Octal | 207 | 235 | 356 |
Decimal | 135 | 157 | 238 |
Hex | 87 | 9D | EE |
Shades of #879dee
Tints of #879dee
RGB Percentages of Color #879dee
CMYK Percentages of Color #879dee
Complementary Color
#879dee | #eed887 |
#879dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#879dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#879dee Color CSS Codes
.mybgcolor {background-color:#879dee; } .myforecolor {color:#879dee; } .mybordercolor {border:3px solid #879dee; }
#879dee Text Font Color
<p style="color:#879dee">Text here</p>
This sample text font color is #879dee
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.
#879dee Background Color
<div style="background-color:#879dee">
Div content here</div>
This div background color is #879dee
#879dee Border Color
<div style="border:3px solid #879dee">
Div here</div>
This div border color is #879dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,157,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #879dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #879dee; -webkit-box-shadow: 1px 1px 3px 2px #879dee; box-shadow: 1px 1px 3px 2px #879dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,157,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #879dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #879dee; -webkit-box-shadow: 1px 1px 3px 2px #879dee; box-shadow: 1px 1px 3px 2px #879dee;">
Div content here</div>
This div box has shadow with color #879dee
Comments
No comments written yet.
Please login to write comment.