Color spaces of #7eaacc
RGB | 126 | 170 | 204 |
---|---|---|---|
HSL | 0.57 | 0.43 | 0.65 |
HSV | 206° | 38° | 80° |
CMYK | 0.38 | 0.17 | 0.00 0.20 |
XYZ | 33.8780 | 37.5447 | 62.5880 |
Yxy | 37.5447 | 0.2528 | 0.2802 |
Hunter Lab | 61.2737 | -8.5371 | -17.6701 |
CIE-Lab | 67.6837 | -6.1945 | -22.0106 |
#7eaacc color RGB value is (126,170,204).
#7eaacc hex color red value is 126, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7eaacc hue: 0.57 , saturation: 0.43 and the lightness value of 7eaacc is 0.65.
The process color (four color CMYK) of #7eaacc color hex is 0.38, 0.17, 0.00, 0.20. Web safe color of #7eaacc is #6699cc. Color #7eaacc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10101010 | 11001100 |
Octal | 176 | 252 | 314 |
Decimal | 126 | 170 | 204 |
Hex | 7E | AA | CC |
Shades of #7eaacc
Tints of #7eaacc
RGB Percentages of Color #7eaacc
CMYK Percentages of Color #7eaacc
Complementary Color
#7eaacc | #cca07e |
#7eaacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7eaacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7eaacc Color CSS Codes
.mybgcolor {background-color:#7eaacc; } .myforecolor {color:#7eaacc; } .mybordercolor {border:3px solid #7eaacc; }
#7eaacc Text Font Color
<p style="color:#7eaacc">Text here</p>
This sample text font color is #7eaacc
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.
#7eaacc Background Color
<div style="background-color:#7eaacc">
Div content here</div>
This div background color is #7eaacc
#7eaacc Border Color
<div style="border:3px solid #7eaacc">
Div here</div>
This div border color is #7eaacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,170,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7eaacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7eaacc; -webkit-box-shadow: 1px 1px 3px 2px #7eaacc; box-shadow: 1px 1px 3px 2px #7eaacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,170,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7eaacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7eaacc; -webkit-box-shadow: 1px 1px 3px 2px #7eaacc; box-shadow: 1px 1px 3px 2px #7eaacc;">
Div content here</div>
This div box has shadow with color #7eaacc
Comments
No comments written yet.
Please login to write comment.