Color Hex Logo

#adcebb Color Hex

#ADCEBB
(173,206,187)
0 Favorites   0 Comments

Color spaces of #adcebb

RGB 173206187
HSL0.400.250.74
HSV145°16°81°
CMYK 0.160.000.09   0.19
XYZ48.274556.614755.3971
Yxy56.61470.30120.3532
Hunter Lab75.2427-17.15219.0179
CIE-Lab79.9624-14.70125.7889

#adcebb color RGB value is (173,206,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10111011
Octal 255 316 273
Decimal 173 206 187
Hex AD CE BB

RGB Percentages of Color #adcebb

%30.57
%36.40
%33.04

CMYK Percentages of Color #adcebb

%16
%0
%9
%19

Triadic Colors of #adcebb

#adcebb #bbadce #cebbad

Analogous Colors of #adcebb

#adcebb #adcecc #b0cead

Monochromatic Colors of #adcebb

#adcebb

Complementary Color

#adcebb #ceadc0

#adcebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcebb Color CSS Codes

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

#adcebb Text Font Color

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

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


#adcebb Background Color

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

This div background color is #adcebb


#adcebb Border Color

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

This div border color is #adcebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcebb


Comments

No comments written yet.

Please login to write comment.