Color Hex Logo

#abdcc0 Color Hex

#ABDCC0
(171,220,192)
0 Favorites   0 Comments

Color spaces of #abdcc0

RGB 171220192
HSL0.400.410.77
HSV146°22°86°
CMYK 0.220.000.13   0.14
XYZ51.902263.650159.4193
Yxy63.65010.29660.3638
Hunter Lab79.7810-23.492111.6887
CIE-Lab83.7833-21.41808.6023

#abdcc0 color RGB value is (171,220,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11000000
Octal 253 334 300
Decimal 171 220 192
Hex AB DC C0

RGB Percentages of Color #abdcc0

%29.33
%37.74
%32.93

CMYK Percentages of Color #abdcc0

%22
%0
%13
%14

Triadic Colors of #abdcc0

#abdcc0 #c0abdc #dcc0ab

Analogous Colors of #abdcc0

#abdcc0 #abdcd9 #afdcab

Monochromatic Colors of #abdcc0

#abdcc0

Complementary Color

#abdcc0 #dcabc7

#abdcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcc0 Color CSS Codes

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

#abdcc0 Text Font Color

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

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


#abdcc0 Background Color

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

This div background color is #abdcc0


#abdcc0 Border Color

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

This div border color is #abdcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcc0


Comments

No comments written yet.

Please login to write comment.