Color Hex Logo

#abdbd2 Color Hex

#ABDBD2
(171,219,210)
0 Favorites   0 Comments

Color spaces of #abdbd2

RGB 171219210
HSL0.470.400.76
HSV169°22°86°
CMYK 0.220.000.04   0.14
XYZ53.759063.974170.4876
Yxy63.97410.28560.3399
Hunter Lab79.9838-19.99763.7380
CIE-Lab83.9523-17.3300-0.6823

#abdbd2 color RGB value is (171,219,210).

#abdbd2 hex color red value is 171, green value is 219 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #abdbd2 hue: 0.47 , saturation: 0.40 and the lightness value of abdbd2 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11010010
Octal 253 333 322
Decimal 171 219 210
Hex AB DB D2

RGB Percentages of Color #abdbd2

%28.50
%36.50
%35.00

CMYK Percentages of Color #abdbd2

%22
%0
%4
%14

Triadic Colors of #abdbd2

#abdbd2 #d2abdb #dbd2ab

Analogous Colors of #abdbd2

#abdbd2 #abccdb #abdbba

Monochromatic Colors of #abdbd2

#abdbd2

Complementary Color

#abdbd2 #dbabb4

#abdbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbd2 Color CSS Codes

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

#abdbd2 Text Font Color

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

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


#abdbd2 Background Color

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

This div background color is #abdbd2


#abdbd2 Border Color

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

This div border color is #abdbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbd2


Comments

No comments written yet.

Please login to write comment.