Color spaces of #4ddeea
RGB | 77 | 222 | 234 |
---|---|---|---|
HSL | 0.51 | 0.79 | 0.61 |
HSV | 185° | 67° | 92° |
CMYK | 0.67 | 0.05 | 0.00 0.08 |
XYZ | 44.0331 | 59.7608 | 87.0561 |
Yxy | 59.7608 | 0.2307 | 0.3131 |
Hunter Lab | 77.3051 | -33.6101 | -12.6551 |
CIE-Lab | 81.7080 | -34.2686 | -17.1657 |
#4ddeea color RGB value is (77,222,234).
#4ddeea hex color red value is 77, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4ddeea hue: 0.51 , saturation: 0.79 and the lightness value of 4ddeea is 0.61.
The process color (four color CMYK) of #4ddeea color hex is 0.67, 0.05, 0.00, 0.08. Web safe color of #4ddeea is #66ccff. Color #4ddeea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11011110 | 11101010 |
Octal | 115 | 336 | 352 |
Decimal | 77 | 222 | 234 |
Hex | 4D | DE | EA |
Shades of #4ddeea
Tints of #4ddeea
RGB Percentages of Color #4ddeea
CMYK Percentages of Color #4ddeea
Complementary Color
#4ddeea | #ea594d |
#4ddeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ddeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ddeea Color CSS Codes
.mybgcolor {background-color:#4ddeea; } .myforecolor {color:#4ddeea; } .mybordercolor {border:3px solid #4ddeea; }
#4ddeea Text Font Color
<p style="color:#4ddeea">Text here</p>
This sample text font color is #4ddeea
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.
#4ddeea Background Color
<div style="background-color:#4ddeea">
Div content here</div>
This div background color is #4ddeea
#4ddeea Border Color
<div style="border:3px solid #4ddeea">
Div here</div>
This div border color is #4ddeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,222,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ddeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ddeea; -webkit-box-shadow: 1px 1px 3px 2px #4ddeea; box-shadow: 1px 1px 3px 2px #4ddeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,222,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ddeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ddeea; -webkit-box-shadow: 1px 1px 3px 2px #4ddeea; box-shadow: 1px 1px 3px 2px #4ddeea;">
Div content here</div>
This div box has shadow with color #4ddeea
Comments
No comments written yet.
Please login to write comment.