Color Hex Logo

#adca81 Color Hex

#ADCA81
(173,202,129)
0 Favorites   0 Comments

Color spaces of #adca81

RGB 173202129
HSL0.230.410.65
HSV84°36°79°
CMYK 0.140.000.36   0.21
XYZ42.316652.710328.7127
Yxy52.71030.34200.4260
Hunter Lab72.6019-23.013027.3732
CIE-Lab77.7036-22.102533.3049

#adca81 color RGB value is (173,202,129).

#adca81 hex color red value is 173, green value is 202 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #adca81 hue: 0.23 , saturation: 0.41 and the lightness value of adca81 is 0.65.

The process color (four color CMYK) of #adca81 color hex is 0.14, 0.00, 0.36, 0.21. Web safe color of #adca81 is #99cc99. Color #adca81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10000001
Octal 255 312 201
Decimal 173 202 129
Hex AD CA 81

RGB Percentages of Color #adca81

%34.33
%40.08
%25.60

CMYK Percentages of Color #adca81

%14
%0
%36
%21

Triadic Colors of #adca81

#adca81 #81adca #ca81ad

Analogous Colors of #adca81

#adca81 #89ca81 #cac381

Monochromatic Colors of #adca81

#adca81

Complementary Color

#adca81 #9e81ca

#adca81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adca81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adca81 Color CSS Codes

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

#adca81 Text Font Color

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

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


#adca81 Background Color

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

This div background color is #adca81


#adca81 Border Color

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

This div border color is #adca81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adca81


Comments

No comments written yet.

Please login to write comment.