Color Hex Logo

#abdccf Color Hex

#ABDCCF
(171,220,207)
0 Favorites   0 Comments

Color spaces of #abdccf

RGB 171220207
HSL0.460.410.77
HSV164°22°86°
CMYK 0.220.000.06   0.14
XYZ53.650364.349368.6245
Yxy64.34930.28750.3448
Hunter Lab80.2180-20.99965.4315
CIE-Lab84.1473-18.44951.1919

#abdccf color RGB value is (171,220,207).

#abdccf hex color red value is 171, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abdccf hue: 0.46 , saturation: 0.41 and the lightness value of abdccf is 0.77.

The process color (four color CMYK) of #abdccf color hex is 0.22, 0.00, 0.06, 0.14. Web safe color of #abdccf is #99cccc. Color #abdccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11001111
Octal 253 334 317
Decimal 171 220 207
Hex AB DC CF

RGB Percentages of Color #abdccf

%28.60
%36.79
%34.62

CMYK Percentages of Color #abdccf

%22
%0
%6
%14

Triadic Colors of #abdccf

#abdccf #cfabdc #dccfab

Analogous Colors of #abdccf

#abdccf #abd1dc #abdcb7

Monochromatic Colors of #abdccf

#abdccf

Complementary Color

#abdccf #dcabb8

#abdccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdccf Color CSS Codes

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

#abdccf Text Font Color

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

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


#abdccf Background Color

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

This div background color is #abdccf


#abdccf Border Color

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

This div border color is #abdccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdccf


Comments

No comments written yet.

Please login to write comment.