Color Hex Logo

#adfcaa Color Hex

#ADFCAA
(173,252,170)
0 Favorites   0 Comments

Color spaces of #adfcaa

RGB 173252170
HSL0.330.930.83
HSV118°33°99°
CMYK 0.310.000.33   0.01
XYZ59.299781.407350.6180
Yxy81.40730.30990.4255
Hunter Lab90.2260-40.579029.8957
CIE-Lab92.3126-39.622031.8125

#adfcaa color RGB value is (173,252,170).

#adfcaa hex color red value is 173, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #adfcaa hue: 0.33 , saturation: 0.93 and the lightness value of adfcaa is 0.83.

The process color (four color CMYK) of #adfcaa color hex is 0.31, 0.00, 0.33, 0.01. Web safe color of #adfcaa is #99ff99. Color #adfcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 10101010
Octal 255 374 252
Decimal 173 252 170
Hex AD FC AA

RGB Percentages of Color #adfcaa

%29.08
%42.35
%28.57

CMYK Percentages of Color #adfcaa

%31
%0
%33
%1

Triadic Colors of #adfcaa

#adfcaa #aaadfc #fcaaad

Analogous Colors of #adfcaa

#adfcaa #aafcd0 #d6fcaa

Monochromatic Colors of #adfcaa

#adfcaa

Complementary Color

#adfcaa #f9aafc

#adfcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfcaa Color CSS Codes

.mybgcolor {background-color:#adfcaa; } 
.myforecolor {color:#adfcaa; }
.mybordercolor {border:3px solid #adfcaa; }

#adfcaa Text Font Color

<p style="color:#adfcaa">Text here</p>

This sample text font color is #adfcaa
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.


#adfcaa Background Color

<div style="background-color:#adfcaa">
Div content here</div>

This div background color is #adfcaa


#adfcaa Border Color

<div style="border:3px solid #adfcaa">
Div here</div>

This div border color is #adfcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,252,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adfcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adfcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #adfcaa;
  box-shadow:         1px 1px 3px 2px #adfcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,252,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adfcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #adfcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #adfcaa;
  box-shadow:         1px 1px 3px 2px #adfcaa;">
Div content here</div>

This div box has shadow with color #adfcaa


Comments

No comments written yet.

Please login to write comment.