Color Hex Logo

#adcab9 Color Hex

#ADCAB9
(173,202,185)
0 Favorites   0 Comments

Color spaces of #adcab9

RGB 173202185
HSL0.400.210.74
HSV145°14°79°
CMYK 0.140.000.08   0.21
XYZ47.111154.628153.9602
Yxy54.62810.30260.3509
Hunter Lab73.9108-15.56728.4516
CIE-Lab78.8266-13.03625.2231

#adcab9 color RGB value is (173,202,185).

#adcab9 hex color red value is 173, green value is 202 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #adcab9 hue: 0.40 , saturation: 0.21 and the lightness value of adcab9 is 0.74.

The process color (four color CMYK) of #adcab9 color hex is 0.14, 0.00, 0.08, 0.21. Web safe color of #adcab9 is #99cccc. Color #adcab9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10111001
Octal 255 312 271
Decimal 173 202 185
Hex AD CA B9

RGB Percentages of Color #adcab9

%30.89
%36.07
%33.04

CMYK Percentages of Color #adcab9

%14
%0
%8
%21

Triadic Colors of #adcab9

#adcab9 #b9adca #cab9ad

Analogous Colors of #adcab9

#adcab9 #adcac8 #b0caad

Monochromatic Colors of #adcab9

#adcab9

Complementary Color

#adcab9 #caadbe

#adcab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcab9 Color CSS Codes

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

#adcab9 Text Font Color

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

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


#adcab9 Background Color

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

This div background color is #adcab9


#adcab9 Border Color

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

This div border color is #adcab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcab9


Comments

No comments written yet.

Please login to write comment.