Color Hex Logo

#adeccb Color Hex

#ADECCB
(173,236,203)
0 Favorites   0 Comments

Color spaces of #adeccb

RGB 173236203
HSL0.410.620.80
HSV149°27°93°
CMYK 0.270.000.14   0.07
XYZ58.008573.186967.5690
Yxy73.18690.29180.3682
Hunter Lab85.5493-28.675713.0558
CIE-Lab88.5368-26.47059.6436

#adeccb color RGB value is (173,236,203).

#adeccb hex color red value is 173, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #adeccb hue: 0.41 , saturation: 0.62 and the lightness value of adeccb is 0.80.

The process color (four color CMYK) of #adeccb color hex is 0.27, 0.00, 0.14, 0.07. Web safe color of #adeccb is #99ffcc. Color #adeccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11001011
Octal 255 354 313
Decimal 173 236 203
Hex AD EC CB

RGB Percentages of Color #adeccb

%28.27
%38.56
%33.17

CMYK Percentages of Color #adeccb

%27
%0
%14
%7

Triadic Colors of #adeccb

#adeccb #cbadec #eccbad

Analogous Colors of #adeccb

#adeccb #adeceb #afecad

Monochromatic Colors of #adeccb

#adeccb

Complementary Color

#adeccb #ecadce

#adeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeccb Color CSS Codes

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

#adeccb Text Font Color

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

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


#adeccb Background Color

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

This div background color is #adeccb


#adeccb Border Color

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

This div border color is #adeccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeccb


Comments

No comments written yet.

Please login to write comment.