Color spaces of #4acecc
RGB | 74 | 206 | 204 |
---|---|---|---|
HSL | 0.50 | 0.57 | 0.55 |
HSV | 179° | 64° | 81° |
CMYK | 0.64 | 0.00 | 0.01 0.19 |
XYZ | 35.7944 | 49.9581 | 64.8831 |
Yxy | 49.9581 | 0.2376 | 0.3316 |
Hunter Lab | 70.6810 | -33.2956 | -4.9497 |
CIE-Lab | 76.0435 | -35.6659 | -9.6054 |
#4acecc color RGB value is (74,206,204).
#4acecc hex color red value is 74, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4acecc hue: 0.50 , saturation: 0.57 and the lightness value of 4acecc is 0.55.
The process color (four color CMYK) of #4acecc color hex is 0.64, 0.00, 0.01, 0.19. Web safe color of #4acecc is #33cccc. Color #4acecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11001110 | 11001100 |
Octal | 112 | 316 | 314 |
Decimal | 74 | 206 | 204 |
Hex | 4A | CE | CC |
Shades of #4acecc
Tints of #4acecc
RGB Percentages of Color #4acecc
CMYK Percentages of Color #4acecc
Complementary Color
#4acecc | #ce4a4c |
#4acecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4acecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4acecc Color CSS Codes
.mybgcolor {background-color:#4acecc; } .myforecolor {color:#4acecc; } .mybordercolor {border:3px solid #4acecc; }
#4acecc Text Font Color
<p style="color:#4acecc">Text here</p>
This sample text font color is #4acecc
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.
#4acecc Background Color
<div style="background-color:#4acecc">
Div content here</div>
This div background color is #4acecc
#4acecc Border Color
<div style="border:3px solid #4acecc">
Div here</div>
This div border color is #4acecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4acecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4acecc; -webkit-box-shadow: 1px 1px 3px 2px #4acecc; box-shadow: 1px 1px 3px 2px #4acecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,206,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 #4acecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4acecc; -webkit-box-shadow: 1px 1px 3px 2px #4acecc; box-shadow: 1px 1px 3px 2px #4acecc;">
Div content here</div>
This div box has shadow with color #4acecc
Comments
No comments written yet.
Please login to write comment.