Color Hex Logo

#abd7cc Color Hex

#ABD7CC
(171,215,204)
0 Favorites   0 Comments

Color spaces of #abd7cc

RGB 171215204
HSL0.460.350.76
HSV165°20°84°
CMYK 0.200.000.05   0.16
XYZ51.994161.618466.2799
Yxy61.61840.28900.3425
Hunter Lab78.4974-19.13794.8862
CIE-Lab82.7101-16.55110.6894

#abd7cc color RGB value is (171,215,204).

#abd7cc hex color red value is 171, green value is 215 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abd7cc hue: 0.46 , saturation: 0.35 and the lightness value of abd7cc is 0.76.

The process color (four color CMYK) of #abd7cc color hex is 0.20, 0.00, 0.05, 0.16. Web safe color of #abd7cc is #99cccc. Color #abd7cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 11001100
Octal 253 327 314
Decimal 171 215 204
Hex AB D7 CC

RGB Percentages of Color #abd7cc

%28.98
%36.44
%34.58

CMYK Percentages of Color #abd7cc

%20
%0
%5
%16

Triadic Colors of #abd7cc

#abd7cc #ccabd7 #d7ccab

Analogous Colors of #abd7cc

#abd7cc #abccd7 #abd7b6

Monochromatic Colors of #abd7cc

#abd7cc

Complementary Color

#abd7cc #d7abb6

#abd7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd7cc Color CSS Codes

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

#abd7cc Text Font Color

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

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


#abd7cc Background Color

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

This div background color is #abd7cc


#abd7cc Border Color

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

This div border color is #abd7cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,215,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 #abd7cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd7cc


Comments

No comments written yet.

Please login to write comment.