Color spaces of #aafcb4
RGB | 170 | 252 | 180 |
---|---|---|---|
HSL | 0.35 | 0.93 | 0.83 |
HSV | 127° | 33° | 99° |
CMYK | 0.33 | 0.00 | 0.29 0.01 |
XYZ | 59.6262 | 81.4621 | 55.7612 |
Yxy | 81.4621 | 0.3029 | 0.4138 |
Hunter Lab | 90.2564 | -40.0259 | 26.5495 |
CIE-Lab | 92.3369 | -38.9441 | 26.7753 |
#aafcb4 color RGB value is (170,252,180).
#aafcb4 hex color red value is 170, green value is 252 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #aafcb4 hue: 0.35 , saturation: 0.93 and the lightness value of aafcb4 is 0.83.
The process color (four color CMYK) of #aafcb4 color hex is 0.33, 0.00, 0.29, 0.01. Web safe color of #aafcb4 is #99ffcc. Color #aafcb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111100 | 10110100 |
Octal | 252 | 374 | 264 |
Decimal | 170 | 252 | 180 |
Hex | AA | FC | B4 |
Shades of #aafcb4
Tints of #aafcb4
RGB Percentages of Color #aafcb4
CMYK Percentages of Color #aafcb4
Complementary Color
#aafcb4 | #fcaaf2 |
#aafcb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aafcb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aafcb4 Color CSS Codes
.mybgcolor {background-color:#aafcb4; } .myforecolor {color:#aafcb4; } .mybordercolor {border:3px solid #aafcb4; }
#aafcb4 Text Font Color
<p style="color:#aafcb4">Text here</p>
This sample text font color is #aafcb4
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.
#aafcb4 Background Color
<div style="background-color:#aafcb4">
Div content here</div>
This div background color is #aafcb4
#aafcb4 Border Color
<div style="border:3px solid #aafcb4">
Div here</div>
This div border color is #aafcb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,252,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aafcb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aafcb4; -webkit-box-shadow: 1px 1px 3px 2px #aafcb4; box-shadow: 1px 1px 3px 2px #aafcb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,252,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aafcb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aafcb4; -webkit-box-shadow: 1px 1px 3px 2px #aafcb4; box-shadow: 1px 1px 3px 2px #aafcb4;">
Div content here</div>
This div box has shadow with color #aafcb4
Comments
No comments written yet.
Please login to write comment.