Color spaces of #7eafcb
RGB | 126 | 175 | 203 |
---|---|---|---|
HSL | 0.56 | 0.43 | 0.65 |
HSV | 202° | 38° | 80° |
CMYK | 0.38 | 0.14 | 0.00 0.20 |
XYZ | 34.7136 | 39.4074 | 62.2767 |
Yxy | 39.4074 | 0.2545 | 0.2889 |
Hunter Lab | 62.7753 | -11.1496 | -14.8764 |
CIE-Lab | 69.0454 | -9.1727 | -19.3868 |
#7eafcb color RGB value is (126,175,203).
#7eafcb hex color red value is 126, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7eafcb hue: 0.56 , saturation: 0.43 and the lightness value of 7eafcb is 0.65.
The process color (four color CMYK) of #7eafcb color hex is 0.38, 0.14, 0.00, 0.20. Web safe color of #7eafcb is #6699cc. Color #7eafcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10101111 | 11001011 |
Octal | 176 | 257 | 313 |
Decimal | 126 | 175 | 203 |
Hex | 7E | AF | CB |
Shades of #7eafcb
Tints of #7eafcb
RGB Percentages of Color #7eafcb
CMYK Percentages of Color #7eafcb
Complementary Color
#7eafcb | #cb9a7e |
#7eafcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7eafcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7eafcb Color CSS Codes
.mybgcolor {background-color:#7eafcb; } .myforecolor {color:#7eafcb; } .mybordercolor {border:3px solid #7eafcb; }
#7eafcb Text Font Color
<p style="color:#7eafcb">Text here</p>
This sample text font color is #7eafcb
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.
#7eafcb Background Color
<div style="background-color:#7eafcb">
Div content here</div>
This div background color is #7eafcb
#7eafcb Border Color
<div style="border:3px solid #7eafcb">
Div here</div>
This div border color is #7eafcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,175,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7eafcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7eafcb; -webkit-box-shadow: 1px 1px 3px 2px #7eafcb; box-shadow: 1px 1px 3px 2px #7eafcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,175,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 #7eafcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7eafcb; -webkit-box-shadow: 1px 1px 3px 2px #7eafcb; box-shadow: 1px 1px 3px 2px #7eafcb;">
Div content here</div>
This div box has shadow with color #7eafcb
Comments
No comments written yet.
Please login to write comment.