Color spaces of #4acaeb
RGB | 74 | 202 | 235 |
---|---|---|---|
HSL | 0.53 | 0.80 | 0.61 |
HSV | 192° | 69° | 92° |
CMYK | 0.69 | 0.14 | 0.00 0.08 |
XYZ | 38.9400 | 49.6951 | 86.1370 |
Yxy | 49.6951 | 0.2228 | 0.2843 |
Hunter Lab | 70.4948 | -24.7657 | -23.0997 |
CIE-Lab | 75.8817 | -24.6870 | -26.5555 |
#4acaeb color RGB value is (74,202,235).
#4acaeb hex color red value is 74, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4acaeb hue: 0.53 , saturation: 0.80 and the lightness value of 4acaeb is 0.61.
The process color (four color CMYK) of #4acaeb color hex is 0.69, 0.14, 0.00, 0.08. Web safe color of #4acaeb is #33ccff. Color #4acaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11001010 | 11101011 |
Octal | 112 | 312 | 353 |
Decimal | 74 | 202 | 235 |
Hex | 4A | CA | EB |
Shades of #4acaeb
Tints of #4acaeb
RGB Percentages of Color #4acaeb
CMYK Percentages of Color #4acaeb
Complementary Color
#4acaeb | #eb6b4a |
#4acaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4acaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4acaeb Color CSS Codes
.mybgcolor {background-color:#4acaeb; } .myforecolor {color:#4acaeb; } .mybordercolor {border:3px solid #4acaeb; }
#4acaeb Text Font Color
<p style="color:#4acaeb">Text here</p>
This sample text font color is #4acaeb
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.
#4acaeb Background Color
<div style="background-color:#4acaeb">
Div content here</div>
This div background color is #4acaeb
#4acaeb Border Color
<div style="border:3px solid #4acaeb">
Div here</div>
This div border color is #4acaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,202,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4acaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4acaeb; -webkit-box-shadow: 1px 1px 3px 2px #4acaeb; box-shadow: 1px 1px 3px 2px #4acaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,202,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 #4acaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4acaeb; -webkit-box-shadow: 1px 1px 3px 2px #4acaeb; box-shadow: 1px 1px 3px 2px #4acaeb;">
Div content here</div>
This div box has shadow with color #4acaeb
Comments
No comments written yet.
Please login to write comment.