Color spaces of #afdbee
RGB | 175 | 219 | 238 |
---|---|---|---|
HSL | 0.55 | 0.65 | 0.81 |
HSV | 198° | 26° | 93° |
CMYK | 0.26 | 0.08 | 0.00 0.07 |
XYZ | 58.4433 | 65.9500 | 90.5383 |
Yxy | 65.9500 | 0.2719 | 0.3068 |
Hunter Lab | 81.2096 | -13.6575 | -9.2540 |
CIE-Lab | 84.9709 | -10.0434 | -13.9828 |
#afdbee color RGB value is (175,219,238).
#afdbee hex color red value is 175, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #afdbee hue: 0.55 , saturation: 0.65 and the lightness value of afdbee is 0.81.
The process color (four color CMYK) of #afdbee color hex is 0.26, 0.08, 0.00, 0.07. Web safe color of #afdbee is #99ccff. Color #afdbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011011 | 11101110 |
Octal | 257 | 333 | 356 |
Decimal | 175 | 219 | 238 |
Hex | AF | DB | EE |
Shades of #afdbee
Tints of #afdbee
RGB Percentages of Color #afdbee
CMYK Percentages of Color #afdbee
Complementary Color
#afdbee | #eec2af |
#afdbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdbee Color CSS Codes
.mybgcolor {background-color:#afdbee; } .myforecolor {color:#afdbee; } .mybordercolor {border:3px solid #afdbee; }
#afdbee Text Font Color
<p style="color:#afdbee">Text here</p>
This sample text font color is #afdbee
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.
#afdbee Background Color
<div style="background-color:#afdbee">
Div content here</div>
This div background color is #afdbee
#afdbee Border Color
<div style="border:3px solid #afdbee">
Div here</div>
This div border color is #afdbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,219,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdbee; -webkit-box-shadow: 1px 1px 3px 2px #afdbee; box-shadow: 1px 1px 3px 2px #afdbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,219,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 #afdbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdbee; -webkit-box-shadow: 1px 1px 3px 2px #afdbee; box-shadow: 1px 1px 3px 2px #afdbee;">
Div content here</div>
This div box has shadow with color #afdbee
Comments
No comments written yet.
Please login to write comment.