Color spaces of #afefe4
RGB | 175 | 239 | 228 |
---|---|---|---|
HSL | 0.47 | 0.67 | 0.81 |
HSV | 170° | 27° | 94° |
CMYK | 0.27 | 0.00 | 0.05 0.06 |
XYZ | 62.5493 | 76.4484 | 84.8581 |
Yxy | 76.4484 | 0.2794 | 0.3415 |
Hunter Lab | 87.4348 | -25.3151 | 3.6616 |
CIE-Lab | 90.0671 | -22.2773 | -1.1779 |
#afefe4 color RGB value is (175,239,228).
#afefe4 hex color red value is 175, green value is 239 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #afefe4 hue: 0.47 , saturation: 0.67 and the lightness value of afefe4 is 0.81.
The process color (four color CMYK) of #afefe4 color hex is 0.27, 0.00, 0.05, 0.06. Web safe color of #afefe4 is #99ffcc. Color #afefe4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101111 | 11100100 |
Octal | 257 | 357 | 344 |
Decimal | 175 | 239 | 228 |
Hex | AF | EF | E4 |
Shades of #afefe4
Tints of #afefe4
RGB Percentages of Color #afefe4
CMYK Percentages of Color #afefe4
Complementary Color
#afefe4 | #efafba |
#afefe4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afefe4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afefe4 Color CSS Codes
.mybgcolor {background-color:#afefe4; } .myforecolor {color:#afefe4; } .mybordercolor {border:3px solid #afefe4; }
#afefe4 Text Font Color
<p style="color:#afefe4">Text here</p>
This sample text font color is #afefe4
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.
#afefe4 Background Color
<div style="background-color:#afefe4">
Div content here</div>
This div background color is #afefe4
#afefe4 Border Color
<div style="border:3px solid #afefe4">
Div here</div>
This div border color is #afefe4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,239,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afefe4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afefe4; -webkit-box-shadow: 1px 1px 3px 2px #afefe4; box-shadow: 1px 1px 3px 2px #afefe4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,239,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afefe4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afefe4; -webkit-box-shadow: 1px 1px 3px 2px #afefe4; box-shadow: 1px 1px 3px 2px #afefe4;">
Div content here</div>
This div box has shadow with color #afefe4
Comments
No comments written yet.
Please login to write comment.