Color Hex Logo

#adcebd Color Hex

#ADCEBD
(173,206,189)
0 Favorites   0 Comments

Color spaces of #adcebd

RGB 173206189
HSL0.410.250.74
HSV149°16°81°
CMYK 0.160.000.08   0.19
XYZ48.490256.701056.5328
Yxy56.70100.29980.3506
Hunter Lab75.3001-16.82838.1971
CIE-Lab80.0111-14.31804.7892

#adcebd color RGB value is (173,206,189).

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

The process color (four color CMYK) of #adcebd color hex is 0.16, 0.00, 0.08, 0.19. Web safe color of #adcebd is #99cccc. Color #adcebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10111101
Octal 255 316 275
Decimal 173 206 189
Hex AD CE BD

RGB Percentages of Color #adcebd

%30.46
%36.27
%33.27

CMYK Percentages of Color #adcebd

%16
%0
%8
%19

Triadic Colors of #adcebd

#adcebd #bdadce #cebdad

Analogous Colors of #adcebd

#adcebd #adcece #aecead

Monochromatic Colors of #adcebd

#adcebd

Complementary Color

#adcebd #ceadbe

#adcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcebd Color CSS Codes

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

#adcebd Text Font Color

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

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


#adcebd Background Color

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

This div background color is #adcebd


#adcebd Border Color

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

This div border color is #adcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcebd


Comments

No comments written yet.

Please login to write comment.