Color Hex Logo

#abdcc2 Color Hex

#ABDCC2
(171,220,194)
0 Favorites   0 Comments

Color spaces of #abdcc2

RGB 171220194
HSL0.410.410.77
HSV148°22°86°
CMYK 0.220.000.12   0.14
XYZ52.125463.739460.5946
Yxy63.73940.29540.3612
Hunter Lab79.8370-23.172410.8860
CIE-Lab83.8299-21.03407.6122

#abdcc2 color RGB value is (171,220,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11000010
Octal 253 334 302
Decimal 171 220 194
Hex AB DC C2

RGB Percentages of Color #abdcc2

%29.23
%37.61
%33.16

CMYK Percentages of Color #abdcc2

%22
%0
%12
%14

Triadic Colors of #abdcc2

#abdcc2 #c2abdc #dcc2ab

Analogous Colors of #abdcc2

#abdcc2 #abdcdb #addcab

Monochromatic Colors of #abdcc2

#abdcc2

Complementary Color

#abdcc2 #dcabc5

#abdcc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcc2 Color CSS Codes

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

#abdcc2 Text Font Color

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

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


#abdcc2 Background Color

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

This div background color is #abdcc2


#abdcc2 Border Color

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

This div border color is #abdcc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcc2


Comments

No comments written yet.

Please login to write comment.