Color spaces of #4addee
RGB | 74 | 221 | 238 |
---|---|---|---|
HSL | 0.52 | 0.83 | 0.61 |
HSV | 186° | 69° | 93° |
CMYK | 0.69 | 0.07 | 0.00 0.07 |
XYZ | 44.1131 | 59.3418 | 90.0180 |
Yxy | 59.3418 | 0.2280 | 0.3067 |
Hunter Lab | 77.0336 | -32.5913 | -15.3601 |
CIE-Lab | 81.4791 | -33.0479 | -19.6421 |
#4addee color RGB value is (74,221,238).
#4addee hex color red value is 74, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4addee hue: 0.52 , saturation: 0.83 and the lightness value of 4addee is 0.61.
The process color (four color CMYK) of #4addee color hex is 0.69, 0.07, 0.00, 0.07. Web safe color of #4addee is #33ccff. Color #4addee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11011101 | 11101110 |
Octal | 112 | 335 | 356 |
Decimal | 74 | 221 | 238 |
Hex | 4A | DD | EE |
Shades of #4addee
Tints of #4addee
RGB Percentages of Color #4addee
CMYK Percentages of Color #4addee
Complementary Color
#4addee | #ee5b4a |
#4addee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4addee Color Preview on White Background
Lorem ipsum dolor sit amet.
#4addee Color CSS Codes
.mybgcolor {background-color:#4addee; } .myforecolor {color:#4addee; } .mybordercolor {border:3px solid #4addee; }
#4addee Text Font Color
<p style="color:#4addee">Text here</p>
This sample text font color is #4addee
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.
#4addee Background Color
<div style="background-color:#4addee">
Div content here</div>
This div background color is #4addee
#4addee Border Color
<div style="border:3px solid #4addee">
Div here</div>
This div border color is #4addee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,221,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4addee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4addee; -webkit-box-shadow: 1px 1px 3px 2px #4addee; box-shadow: 1px 1px 3px 2px #4addee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,221,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4addee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4addee; -webkit-box-shadow: 1px 1px 3px 2px #4addee; box-shadow: 1px 1px 3px 2px #4addee;">
Div content here</div>
This div box has shadow with color #4addee
Comments
No comments written yet.
Please login to write comment.