Color Hex Logo

#adcaba Color Hex

#ADCABA
(173,202,186)
0 Favorites   0 Comments

Color spaces of #adcaba

RGB 173202186
HSL0.410.210.74
HSV147°14°79°
CMYK 0.140.000.08   0.21
XYZ47.217054.670554.5182
Yxy54.67050.30190.3495
Hunter Lab73.9395-15.40598.0410
CIE-Lab78.8511-12.84564.7217

#adcaba color RGB value is (173,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10111010
Octal 255 312 272
Decimal 173 202 186
Hex AD CA BA

RGB Percentages of Color #adcaba

%30.84
%36.01
%33.16

CMYK Percentages of Color #adcaba

%14
%0
%8
%21

Triadic Colors of #adcaba

#adcaba #baadca #cabaad

Analogous Colors of #adcaba

#adcaba #adcac9 #afcaad

Monochromatic Colors of #adcaba

#adcaba

Complementary Color

#adcaba #caadbd

#adcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcaba Color CSS Codes

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

#adcaba Text Font Color

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

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


#adcaba Background Color

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

This div background color is #adcaba


#adcaba Border Color

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

This div border color is #adcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcaba


Comments

No comments written yet.

Please login to write comment.