Color Hex Logo

#abdccc Color Hex

#ABDCCC
(171,220,204)
0 Favorites   0 Comments

Color spaces of #abdccc

RGB 171220204
HSL0.450.410.77
HSV160°22°86°
CMYK 0.220.000.07   0.14
XYZ53.286964.204066.7108
Yxy64.20400.28930.3486
Hunter Lab80.1274-21.51566.7267
CIE-Lab84.0719-19.05942.6708

#abdccc color RGB value is (171,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11001100
Octal 253 334 314
Decimal 171 220 204
Hex AB DC CC

RGB Percentages of Color #abdccc

%28.74
%36.97
%34.29

CMYK Percentages of Color #abdccc

%22
%0
%7
%14

Triadic Colors of #abdccc

#abdccc #ccabdc #dcccab

Analogous Colors of #abdccc

#abdccc #abd4dc #abdcb4

Monochromatic Colors of #abdccc

#abdccc

Complementary Color

#abdccc #dcabbb

#abdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdccc Color CSS Codes

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

#abdccc Text Font Color

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

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


#abdccc Background Color

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

This div background color is #abdccc


#abdccc Border Color

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

This div border color is #abdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdccc


Comments

No comments written yet.

Please login to write comment.