Color spaces of #afeceb
RGB | 175 | 236 | 235 |
---|---|---|---|
HSL | 0.50 | 0.62 | 0.81 |
HSV | 179° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.00 0.07 |
XYZ | 62.6700 | 75.1030 | 89.7905 |
Yxy | 75.1030 | 0.2754 | 0.3300 |
Hunter Lab | 86.6620 | -22.5754 | -0.7670 |
CIE-Lab | 89.4412 | -19.2998 | -5.7561 |
#afeceb color RGB value is (175,236,235).
#afeceb hex color red value is 175, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afeceb hue: 0.50 , saturation: 0.62 and the lightness value of afeceb is 0.81.
The process color (four color CMYK) of #afeceb color hex is 0.26, 0.00, 0.00, 0.07. Web safe color of #afeceb is #99ffff. Color #afeceb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101100 | 11101011 |
Octal | 257 | 354 | 353 |
Decimal | 175 | 236 | 235 |
Hex | AF | EC | EB |
Shades of #afeceb
Tints of #afeceb
RGB Percentages of Color #afeceb
CMYK Percentages of Color #afeceb
Complementary Color
#afeceb | #ecafb0 |
#afeceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afeceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afeceb Color CSS Codes
.mybgcolor {background-color:#afeceb; } .myforecolor {color:#afeceb; } .mybordercolor {border:3px solid #afeceb; }
#afeceb Text Font Color
<p style="color:#afeceb">Text here</p>
This sample text font color is #afeceb
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.
#afeceb Background Color
<div style="background-color:#afeceb">
Div content here</div>
This div background color is #afeceb
#afeceb Border Color
<div style="border:3px solid #afeceb">
Div here</div>
This div border color is #afeceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,236,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afeceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afeceb; -webkit-box-shadow: 1px 1px 3px 2px #afeceb; box-shadow: 1px 1px 3px 2px #afeceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,236,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 #afeceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afeceb; -webkit-box-shadow: 1px 1px 3px 2px #afeceb; box-shadow: 1px 1px 3px 2px #afeceb;">
Div content here</div>
This div box has shadow with color #afeceb
Comments
No comments written yet.
Please login to write comment.