Color Hex Logo

#adcabe Color Hex

#ADCABE
(173,202,190)
0 Favorites   0 Comments

Color spaces of #adcabe

RGB 173202190
HSL0.430.210.74
HSV155°14°79°
CMYK 0.140.000.06   0.21
XYZ47.648454.843056.7896
Yxy54.84300.29910.3443
Hunter Lab74.0561-14.74946.3729
CIE-Lab78.9507-12.07282.7179

#adcabe color RGB value is (173,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10111110
Octal 255 312 276
Decimal 173 202 190
Hex AD CA BE

RGB Percentages of Color #adcabe

%30.62
%35.75
%33.63

CMYK Percentages of Color #adcabe

%14
%0
%6
%21

Triadic Colors of #adcabe

#adcabe #beadca #cabead

Analogous Colors of #adcabe

#adcabe #adc8ca #adcab0

Monochromatic Colors of #adcabe

#adcabe

Complementary Color

#adcabe #caadb9

#adcabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcabe Color CSS Codes

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

#adcabe Text Font Color

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

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


#adcabe Background Color

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

This div background color is #adcabe


#adcabe Border Color

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

This div border color is #adcabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcabe


Comments

No comments written yet.

Please login to write comment.