Color spaces of #afd4ee
RGB | 175 | 212 | 238 |
---|---|---|---|
HSL | 0.57 | 0.65 | 0.81 |
HSV | 205° | 26° | 93° |
CMYK | 0.26 | 0.11 | 0.00 0.07 |
XYZ | 56.6553 | 62.3740 | 89.9422 |
Yxy | 62.3740 | 0.2711 | 0.2985 |
Hunter Lab | 78.9772 | -10.1609 | -12.2376 |
CIE-Lab | 83.1119 | -6.4114 | -16.7743 |
#afd4ee color RGB value is (175,212,238).
#afd4ee hex color red value is 175, green value is 212 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #afd4ee hue: 0.57 , saturation: 0.65 and the lightness value of afd4ee is 0.81.
The process color (four color CMYK) of #afd4ee color hex is 0.26, 0.11, 0.00, 0.07. Web safe color of #afd4ee is #99ccff. Color #afd4ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010100 | 11101110 |
Octal | 257 | 324 | 356 |
Decimal | 175 | 212 | 238 |
Hex | AF | D4 | EE |
Shades of #afd4ee
Tints of #afd4ee
RGB Percentages of Color #afd4ee
CMYK Percentages of Color #afd4ee
Complementary Color
#afd4ee | #eec9af |
#afd4ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd4ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd4ee Color CSS Codes
.mybgcolor {background-color:#afd4ee; } .myforecolor {color:#afd4ee; } .mybordercolor {border:3px solid #afd4ee; }
#afd4ee Text Font Color
<p style="color:#afd4ee">Text here</p>
This sample text font color is #afd4ee
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.
#afd4ee Background Color
<div style="background-color:#afd4ee">
Div content here</div>
This div background color is #afd4ee
#afd4ee Border Color
<div style="border:3px solid #afd4ee">
Div here</div>
This div border color is #afd4ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,212,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd4ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd4ee; -webkit-box-shadow: 1px 1px 3px 2px #afd4ee; box-shadow: 1px 1px 3px 2px #afd4ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,212,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 #afd4ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd4ee; -webkit-box-shadow: 1px 1px 3px 2px #afd4ee; box-shadow: 1px 1px 3px 2px #afd4ee;">
Div content here</div>
This div box has shadow with color #afd4ee
#afd4ee Color Palettes
Comments
No comments written yet.
Please login to write comment.