Color spaces of #4addde
RGB | 74 | 221 | 222 |
---|---|---|---|
HSL | 0.50 | 0.69 | 0.58 |
HSV | 180° | 67° | 87° |
CMYK | 0.67 | 0.00 | 0.00 0.13 |
XYZ | 41.8653 | 58.4427 | 78.1813 |
Yxy | 58.4427 | 0.2346 | 0.3274 |
Hunter Lab | 76.4478 | -36.0313 | -7.1209 |
CIE-Lab | 80.9843 | -37.6053 | -11.8783 |
#4addde color RGB value is (74,221,222).
#4addde hex color red value is 74, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4addde hue: 0.50 , saturation: 0.69 and the lightness value of 4addde is 0.58.
The process color (four color CMYK) of #4addde color hex is 0.67, 0.00, 0.00, 0.13. Web safe color of #4addde is #33cccc. Color #4addde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11011101 | 11011110 |
Octal | 112 | 335 | 336 |
Decimal | 74 | 221 | 222 |
Hex | 4A | DD | DE |
Shades of #4addde
Tints of #4addde
RGB Percentages of Color #4addde
CMYK Percentages of Color #4addde
Complementary Color
#4addde | #de4b4a |
#4addde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4addde Color Preview on White Background
Lorem ipsum dolor sit amet.
#4addde Color CSS Codes
.mybgcolor {background-color:#4addde; } .myforecolor {color:#4addde; } .mybordercolor {border:3px solid #4addde; }
#4addde Text Font Color
<p style="color:#4addde">Text here</p>
This sample text font color is #4addde
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.
#4addde Background Color
<div style="background-color:#4addde">
Div content here</div>
This div background color is #4addde
#4addde Border Color
<div style="border:3px solid #4addde">
Div here</div>
This div border color is #4addde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,221,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4addde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4addde; -webkit-box-shadow: 1px 1px 3px 2px #4addde; box-shadow: 1px 1px 3px 2px #4addde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,221,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4addde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4addde; -webkit-box-shadow: 1px 1px 3px 2px #4addde; box-shadow: 1px 1px 3px 2px #4addde;">
Div content here</div>
This div box has shadow with color #4addde
Comments
No comments written yet.
Please login to write comment.