Color Hex Logo

#abdacd Color Hex

#ABDACD
(171,218,205)
0 Favorites   0 Comments

Color spaces of #abdacd

RGB 171218205
HSL0.450.390.76
HSV163°22°85°
CMYK 0.220.000.06   0.15
XYZ52.885463.208567.1707
Yxy63.20850.28860.3449
Hunter Lab79.5038-20.39455.5600
CIE-Lab83.5520-17.85651.3850

#abdacd color RGB value is (171,218,205).

#abdacd hex color red value is 171, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #abdacd hue: 0.45 , saturation: 0.39 and the lightness value of abdacd is 0.76.

The process color (four color CMYK) of #abdacd color hex is 0.22, 0.00, 0.06, 0.15. Web safe color of #abdacd is #99cccc. Color #abdacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11001101
Octal 253 332 315
Decimal 171 218 205
Hex AB DA CD

RGB Percentages of Color #abdacd

%28.79
%36.70
%34.51

CMYK Percentages of Color #abdacd

%22
%0
%6
%15

Triadic Colors of #abdacd

#abdacd #cdabda #dacdab

Analogous Colors of #abdacd

#abdacd #abd0da #abdab6

Monochromatic Colors of #abdacd

#abdacd

Complementary Color

#abdacd #daabb8

#abdacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdacd Color CSS Codes

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

#abdacd Text Font Color

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

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


#abdacd Background Color

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

This div background color is #abdacd


#abdacd Border Color

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

This div border color is #abdacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdacd


Comments

No comments written yet.

Please login to write comment.