Color Hex Logo

#abdecb Color Hex

#ABDECB
(171,222,203)
0 Favorites   0 Comments

Color spaces of #abdecb

RGB 171222203
HSL0.440.440.77
HSV158°23°87°
CMYK 0.230.000.09   0.13
XYZ53.695465.212366.2571
Yxy65.21230.29000.3522
Hunter Lab80.7541-22.63077.8817
CIE-Lab84.5930-20.25493.9553

#abdecb color RGB value is (171,222,203).

#abdecb hex color red value is 171, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #abdecb hue: 0.44 , saturation: 0.44 and the lightness value of abdecb is 0.77.

The process color (four color CMYK) of #abdecb color hex is 0.23, 0.00, 0.09, 0.13. Web safe color of #abdecb is #99cccc. Color #abdecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11001011
Octal 253 336 313
Decimal 171 222 203
Hex AB DE CB

RGB Percentages of Color #abdecb

%28.69
%37.25
%34.06

CMYK Percentages of Color #abdecb

%23
%0
%9
%13

Triadic Colors of #abdecb

#abdecb #cbabde #decbab

Analogous Colors of #abdecb

#abdecb #abd8de #abdeb2

Monochromatic Colors of #abdecb

#abdecb

Complementary Color

#abdecb #deabbe

#abdecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdecb Color CSS Codes

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

#abdecb Text Font Color

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

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


#abdecb Background Color

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

This div background color is #abdecb


#abdecb Border Color

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

This div border color is #abdecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,222,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 #abdecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdecb


Comments

No comments written yet.

Please login to write comment.