Color spaces of #78eace
RGB | 120 | 234 | 206 |
---|---|---|---|
HSL | 0.46 | 0.73 | 0.69 |
HSV | 165° | 49° | 92° |
CMYK | 0.49 | 0.00 | 0.12 0.08 |
XYZ | 48.3091 | 67.2949 | 68.8356 |
Yxy | 67.2949 | 0.2619 | 0.3649 |
Hunter Lab | 82.0335 | -38.4408 | 7.6722 |
CIE-Lab | 85.6527 | -39.1329 | 3.6117 |
#78eace color RGB value is (120,234,206).
#78eace hex color red value is 120, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #78eace hue: 0.46 , saturation: 0.73 and the lightness value of 78eace is 0.69.
The process color (four color CMYK) of #78eace color hex is 0.49, 0.00, 0.12, 0.08. Web safe color of #78eace is #66ffcc. Color #78eace contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 11101010 | 11001110 |
Octal | 170 | 352 | 316 |
Decimal | 120 | 234 | 206 |
Hex | 78 | EA | CE |
Shades of #78eace
Tints of #78eace
RGB Percentages of Color #78eace
CMYK Percentages of Color #78eace
Complementary Color
#78eace | #ea7894 |
#78eace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78eace Color Preview on White Background
Lorem ipsum dolor sit amet.
#78eace Color CSS Codes
.mybgcolor {background-color:#78eace; } .myforecolor {color:#78eace; } .mybordercolor {border:3px solid #78eace; }
#78eace Text Font Color
<p style="color:#78eace">Text here</p>
This sample text font color is #78eace
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.
#78eace Background Color
<div style="background-color:#78eace">
Div content here</div>
This div background color is #78eace
#78eace Border Color
<div style="border:3px solid #78eace">
Div here</div>
This div border color is #78eace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,234,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78eace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78eace; -webkit-box-shadow: 1px 1px 3px 2px #78eace; box-shadow: 1px 1px 3px 2px #78eace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,234,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 #78eace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78eace; -webkit-box-shadow: 1px 1px 3px 2px #78eace; box-shadow: 1px 1px 3px 2px #78eace;">
Div content here</div>
This div box has shadow with color #78eace
Comments
No comments written yet.
Please login to write comment.