Color Hex Logo

#adefa4 Color Hex

#ADEFA4
(173,239,164)
0 Favorites   0 Comments

Color spaces of #adefa4

RGB 173239164
HSL0.310.700.79
HSV113°31°94°
CMYK 0.280.000.31   0.06
XYZ54.800973.297646.3815
Yxy73.29760.31410.4201
Hunter Lab85.6140-35.568027.8094
CIE-Lab88.5895-34.663629.8422

#adefa4 color RGB value is (173,239,164).

#adefa4 hex color red value is 173, green value is 239 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #adefa4 hue: 0.31 , saturation: 0.70 and the lightness value of adefa4 is 0.79.

The process color (four color CMYK) of #adefa4 color hex is 0.28, 0.00, 0.31, 0.06. Web safe color of #adefa4 is #99ff99. Color #adefa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 10100100
Octal 255 357 244
Decimal 173 239 164
Hex AD EF A4

RGB Percentages of Color #adefa4

%30.03
%41.49
%28.47

CMYK Percentages of Color #adefa4

%28
%0
%31
%6

Triadic Colors of #adefa4

#adefa4 #a4adef #efa4ad

Analogous Colors of #adefa4

#adefa4 #a4efc1 #d3efa4

Monochromatic Colors of #adefa4

#adefa4

Complementary Color

#adefa4 #e6a4ef

#adefa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefa4 Color CSS Codes

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

#adefa4 Text Font Color

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

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


#adefa4 Background Color

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

This div background color is #adefa4


#adefa4 Border Color

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

This div border color is #adefa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefa4


Comments

No comments written yet.

Please login to write comment.