Color Hex Logo

#abdfcb Color Hex

#ABDFCB
(171,223,203)
0 Favorites   0 Comments

Color spaces of #abdfcb

RGB 171223203
HSL0.440.450.77
HSV157°23°87°
CMYK 0.230.000.09   0.13
XYZ53.961865.745166.3459
Yxy65.74510.29000.3534
Hunter Lab81.0834-23.10238.2447
CIE-Lab84.8662-20.75014.3507

#abdfcb color RGB value is (171,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11001011
Octal 253 337 313
Decimal 171 223 203
Hex AB DF CB

RGB Percentages of Color #abdfcb

%28.64
%37.35
%34.00

CMYK Percentages of Color #abdfcb

%23
%0
%9
%13

Triadic Colors of #abdfcb

#abdfcb #cbabdf #dfcbab

Analogous Colors of #abdfcb

#abdfcb #abd9df #abdfb1

Monochromatic Colors of #abdfcb

#abdfcb

Complementary Color

#abdfcb #dfabbf

#abdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfcb Color CSS Codes

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

#abdfcb Text Font Color

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

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


#abdfcb Background Color

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

This div background color is #abdfcb


#abdfcb Border Color

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

This div border color is #abdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfcb


Comments

No comments written yet.

Please login to write comment.