Color Hex Logo

#abd2dc Color Hex

#ABD2DC
(171,210,220)
0 Favorites   0 Comments

Color spaces of #abd2dc

RGB 171210220
HSL0.530.410.77
HSV192°22°86°
CMYK 0.220.050.00   0.14
XYZ52.759459.918476.4948
Yxy59.91840.27890.3167
Hunter Lab77.4070-13.7994-4.4064
CIE-Lab81.7938-10.6052-9.1854

#abd2dc color RGB value is (171,210,220).

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

The process color (four color CMYK) of #abd2dc color hex is 0.22, 0.05, 0.00, 0.14. Web safe color of #abd2dc is #99cccc. Color #abd2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 11011100
Octal 253 322 334
Decimal 171 210 220
Hex AB D2 DC

RGB Percentages of Color #abd2dc

%28.45
%34.94
%36.61

CMYK Percentages of Color #abd2dc

%22
%5
%0
%14

Triadic Colors of #abd2dc

#abd2dc #dcabd2 #d2dcab

Analogous Colors of #abd2dc

#abd2dc #abbadc #abdcce

Monochromatic Colors of #abd2dc

#abd2dc

Complementary Color

#abd2dc #dcb5ab

#abd2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd2dc Color CSS Codes

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

#abd2dc Text Font Color

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

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


#abd2dc Background Color

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

This div background color is #abd2dc


#abd2dc Border Color

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

This div border color is #abd2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd2dc


Comments

No comments written yet.

Please login to write comment.