Color Hex Logo

#abdcd4 Color Hex

#ABDCD4
(171,220,212)
0 Favorites   0 Comments

Color spaces of #abdcd4

RGB 171220212
HSL0.470.410.77
HSV170°22°86°
CMYK 0.220.000.04   0.14
XYZ54.271564.597871.8956
Yxy64.59780.28450.3386
Hunter Lab80.3728-20.12073.2244
CIE-Lab84.2761-17.4157-1.2685

#abdcd4 color RGB value is (171,220,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11010100
Octal 253 334 324
Decimal 171 220 212
Hex AB DC D4

RGB Percentages of Color #abdcd4

%28.36
%36.48
%35.16

CMYK Percentages of Color #abdcd4

%22
%0
%4
%14

Triadic Colors of #abdcd4

#abdcd4 #d4abdc #dcd4ab

Analogous Colors of #abdcd4

#abdcd4 #abccdc #abdcbc

Monochromatic Colors of #abdcd4

#abdcd4

Complementary Color

#abdcd4 #dcabb3

#abdcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcd4 Color CSS Codes

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

#abdcd4 Text Font Color

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

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


#abdcd4 Background Color

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

This div background color is #abdcd4


#abdcd4 Border Color

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

This div border color is #abdcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcd4


Comments

No comments written yet.

Please login to write comment.