Color spaces of #afb4ef
RGB | 175 | 180 | 239 |
---|---|---|---|
HSL | 0.65 | 0.67 | 0.81 |
HSV | 235° | 27° | 94° |
CMYK | 0.27 | 0.25 | 0.00 0.06 |
XYZ | 49.5804 | 47.9885 | 88.3109 |
Yxy | 47.9885 | 0.2667 | 0.2582 |
Hunter Lab | 69.2737 | 6.5265 | -27.0919 |
CIE-Lab | 74.8177 | 11.0396 | -29.9332 |
#afb4ef color RGB value is (175,180,239).
#afb4ef hex color red value is 175, green value is 180 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #afb4ef hue: 0.65 , saturation: 0.67 and the lightness value of afb4ef is 0.81.
The process color (four color CMYK) of #afb4ef color hex is 0.27, 0.25, 0.00, 0.06. Web safe color of #afb4ef is #99ccff. Color #afb4ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110100 | 11101111 |
Octal | 257 | 264 | 357 |
Decimal | 175 | 180 | 239 |
Hex | AF | B4 | EF |
Shades of #afb4ef
Tints of #afb4ef
RGB Percentages of Color #afb4ef
CMYK Percentages of Color #afb4ef
Complementary Color
#afb4ef | #efeaaf |
#afb4ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb4ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb4ef Color CSS Codes
.mybgcolor {background-color:#afb4ef; } .myforecolor {color:#afb4ef; } .mybordercolor {border:3px solid #afb4ef; }
#afb4ef Text Font Color
<p style="color:#afb4ef">Text here</p>
This sample text font color is #afb4ef
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.
#afb4ef Background Color
<div style="background-color:#afb4ef">
Div content here</div>
This div background color is #afb4ef
#afb4ef Border Color
<div style="border:3px solid #afb4ef">
Div here</div>
This div border color is #afb4ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,180,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb4ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb4ef; -webkit-box-shadow: 1px 1px 3px 2px #afb4ef; box-shadow: 1px 1px 3px 2px #afb4ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,180,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb4ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb4ef; -webkit-box-shadow: 1px 1px 3px 2px #afb4ef; box-shadow: 1px 1px 3px 2px #afb4ef;">
Div content here</div>
This div box has shadow with color #afb4ef
Comments
No comments written yet.
Please login to write comment.