Color spaces of #4ddceb
RGB | 77 | 220 | 235 |
---|---|---|---|
HSL | 0.52 | 0.80 | 0.61 |
HSV | 186° | 67° | 92° |
CMYK | 0.67 | 0.06 | 0.00 0.08 |
XYZ | 43.6492 | 58.7623 | 87.6390 |
Yxy | 58.7623 | 0.2297 | 0.3092 |
Hunter Lab | 76.6566 | -32.5089 | -14.1248 |
CIE-Lab | 81.1608 | -33.0375 | -18.5226 |
#4ddceb color RGB value is (77,220,235).
#4ddceb hex color red value is 77, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4ddceb hue: 0.52 , saturation: 0.80 and the lightness value of 4ddceb is 0.61.
The process color (four color CMYK) of #4ddceb color hex is 0.67, 0.06, 0.00, 0.08. Web safe color of #4ddceb is #66ccff. Color #4ddceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11011100 | 11101011 |
Octal | 115 | 334 | 353 |
Decimal | 77 | 220 | 235 |
Hex | 4D | DC | EB |
Shades of #4ddceb
Tints of #4ddceb
RGB Percentages of Color #4ddceb
CMYK Percentages of Color #4ddceb
Complementary Color
#4ddceb | #eb5c4d |
#4ddceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ddceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ddceb Color CSS Codes
.mybgcolor {background-color:#4ddceb; } .myforecolor {color:#4ddceb; } .mybordercolor {border:3px solid #4ddceb; }
#4ddceb Text Font Color
<p style="color:#4ddceb">Text here</p>
This sample text font color is #4ddceb
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.
#4ddceb Background Color
<div style="background-color:#4ddceb">
Div content here</div>
This div background color is #4ddceb
#4ddceb Border Color
<div style="border:3px solid #4ddceb">
Div here</div>
This div border color is #4ddceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,220,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ddceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ddceb; -webkit-box-shadow: 1px 1px 3px 2px #4ddceb; box-shadow: 1px 1px 3px 2px #4ddceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,220,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ddceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ddceb; -webkit-box-shadow: 1px 1px 3px 2px #4ddceb; box-shadow: 1px 1px 3px 2px #4ddceb;">
Div content here</div>
This div box has shadow with color #4ddceb
Comments
No comments written yet.
Please login to write comment.