Color Hex Logo

#abdcd6 Color Hex

#ABDCD6
(171,220,214)
0 Favorites   0 Comments

Color spaces of #abdcd6

RGB 171220214
HSL0.480.410.77
HSV173°22°86°
CMYK 0.220.000.03   0.14
XYZ54.525464.699473.2328
Yxy64.69940.28330.3362
Hunter Lab80.4359-19.76242.3246
CIE-Lab84.3286-16.9963-2.2510

#abdcd6 color RGB value is (171,220,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11010110
Octal 253 334 326
Decimal 171 220 214
Hex AB DC D6

RGB Percentages of Color #abdcd6

%28.26
%36.36
%35.37

CMYK Percentages of Color #abdcd6

%22
%0
%3
%14

Triadic Colors of #abdcd6

#abdcd6 #d6abdc #dcd6ab

Analogous Colors of #abdcd6

#abdcd6 #abcadc #abdcbe

Monochromatic Colors of #abdcd6

#abdcd6

Complementary Color

#abdcd6 #dcabb1

#abdcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcd6 Color CSS Codes

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

#abdcd6 Text Font Color

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

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


#abdcd6 Background Color

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

This div background color is #abdcd6


#abdcd6 Border Color

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

This div border color is #abdcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcd6

#abdcd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.