Color Hex Logo

#abdfcd Color Hex

#ABDFCD
(171,223,205)
0 Favorites   0 Comments

Color spaces of #abdfcd

RGB 171223205
HSL0.440.450.77
HSV159°23°87°
CMYK 0.230.000.08   0.13
XYZ54.201765.841167.6095
Yxy65.84110.28880.3509
Hunter Lab81.1425-22.76477.3982
CIE-Lab84.9153-20.34903.3656

#abdfcd color RGB value is (171,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11001101
Octal 253 337 315
Decimal 171 223 205
Hex AB DF CD

RGB Percentages of Color #abdfcd

%28.55
%37.23
%34.22

CMYK Percentages of Color #abdfcd

%23
%0
%8
%13

Triadic Colors of #abdfcd

#abdfcd #cdabdf #dfcdab

Analogous Colors of #abdfcd

#abdfcd #abd7df #abdfb3

Monochromatic Colors of #abdfcd

#abdfcd

Complementary Color

#abdfcd #dfabbd

#abdfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfcd Color CSS Codes

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

#abdfcd Text Font Color

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

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


#abdfcd Background Color

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

This div background color is #abdfcd


#abdfcd Border Color

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

This div border color is #abdfcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,223,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfcd


Comments

No comments written yet.

Please login to write comment.