Color Hex Logo

#adfaa2 Color Hex

#ADFAA2
(173,250,162)
0 Favorites   0 Comments

Color spaces of #adfaa2

RGB 173250162
HSL0.310.900.81
HSV113°35°98°
CMYK 0.310.000.35   0.02
XYZ57.940879.864146.5439
Yxy79.86410.31430.4332
Hunter Lab89.3667-40.661531.6773
CIE-Lab91.6238-39.941934.8985

#adfaa2 color RGB value is (173,250,162).

#adfaa2 hex color red value is 173, green value is 250 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #adfaa2 hue: 0.31 , saturation: 0.90 and the lightness value of adfaa2 is 0.81.

The process color (four color CMYK) of #adfaa2 color hex is 0.31, 0.00, 0.35, 0.02. Web safe color of #adfaa2 is #99ff99. Color #adfaa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 10100010
Octal 255 372 242
Decimal 173 250 162
Hex AD FA A2

RGB Percentages of Color #adfaa2

%29.57
%42.74
%27.69

CMYK Percentages of Color #adfaa2

%31
%0
%35
%2

Triadic Colors of #adfaa2

#adfaa2 #a2adfa #faa2ad

Analogous Colors of #adfaa2

#adfaa2 #a2fac3 #d9faa2

Monochromatic Colors of #adfaa2

#adfaa2

Complementary Color

#adfaa2 #efa2fa

#adfaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaa2 Color CSS Codes

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

#adfaa2 Text Font Color

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

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


#adfaa2 Background Color

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

This div background color is #adfaa2


#adfaa2 Border Color

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

This div border color is #adfaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaa2


Comments

No comments written yet.

Please login to write comment.