Color Hex Logo

#adcb90 Color Hex

#ADCB90
(173,203,144)
0 Favorites   0 Comments

Color spaces of #adcb90

RGB 173203144
HSL0.250.360.68
HSV91°29°80°
CMYK 0.150.000.29   0.20
XYZ43.623653.609734.4341
Yxy53.60970.33130.4072
Hunter Lab73.2186-21.782523.3695
CIE-Lab78.2336-20.495826.2103

#adcb90 color RGB value is (173,203,144).

#adcb90 hex color red value is 173, green value is 203 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #adcb90 hue: 0.25 , saturation: 0.36 and the lightness value of adcb90 is 0.68.

The process color (four color CMYK) of #adcb90 color hex is 0.15, 0.00, 0.29, 0.20. Web safe color of #adcb90 is #99cc99. Color #adcb90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10010000
Octal 255 313 220
Decimal 173 203 144
Hex AD CB 90

RGB Percentages of Color #adcb90

%33.27
%39.04
%27.69

CMYK Percentages of Color #adcb90

%15
%0
%29
%20

Triadic Colors of #adcb90

#adcb90 #90adcb #cb90ad

Analogous Colors of #adcb90

#adcb90 #90cb91 #cbcb90

Monochromatic Colors of #adcb90

#adcb90

Complementary Color

#adcb90 #ae90cb

#adcb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb90 Color CSS Codes

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

#adcb90 Text Font Color

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

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


#adcb90 Background Color

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

This div background color is #adcb90


#adcb90 Border Color

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

This div border color is #adcb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb90


Comments

No comments written yet.

Please login to write comment.