Color spaces of #affeee
RGB | 175 | 254 | 238 |
---|---|---|---|
HSL | 0.47 | 0.98 | 0.84 |
HSV | 168° | 31° | 100° |
CMYK | 0.31 | 0.00 | 0.06 0.00 |
XYZ | 68.5536 | 86.1706 | 93.9084 |
Yxy | 86.1706 | 0.2757 | 0.3466 |
Hunter Lab | 92.8281 | -30.6269 | 4.9997 |
CIE-Lab | 94.3852 | -27.3967 | -0.0563 |
#affeee color RGB value is (175,254,238).
#affeee hex color red value is 175, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #affeee hue: 0.47 , saturation: 0.98 and the lightness value of affeee is 0.84.
The process color (four color CMYK) of #affeee color hex is 0.31, 0.00, 0.06, 0.00. Web safe color of #affeee is #99ffff. Color #affeee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111110 | 11101110 |
Octal | 257 | 376 | 356 |
Decimal | 175 | 254 | 238 |
Hex | AF | FE | EE |
Shades of #affeee
Tints of #affeee
RGB Percentages of Color #affeee
CMYK Percentages of Color #affeee
Complementary Color
#affeee | #feafbf |
#affeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#affeee Color CSS Codes
.mybgcolor {background-color:#affeee; } .myforecolor {color:#affeee; } .mybordercolor {border:3px solid #affeee; }
#affeee Text Font Color
<p style="color:#affeee">Text here</p>
This sample text font color is #affeee
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.
#affeee Background Color
<div style="background-color:#affeee">
Div content here</div>
This div background color is #affeee
#affeee Border Color
<div style="border:3px solid #affeee">
Div here</div>
This div border color is #affeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,254,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affeee; -webkit-box-shadow: 1px 1px 3px 2px #affeee; box-shadow: 1px 1px 3px 2px #affeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,254,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 #affeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affeee; -webkit-box-shadow: 1px 1px 3px 2px #affeee; box-shadow: 1px 1px 3px 2px #affeee;">
Div content here</div>
This div box has shadow with color #affeee
Comments
No comments written yet.
Please login to write comment.