Color Hex Logo

#abdbd4 Color Hex

#ABDBD4
(171,219,212)
0 Favorites   0 Comments

Color spaces of #abdbd4

RGB 171219212
HSL0.480.400.76
HSV171°22°86°
CMYK 0.220.000.03   0.14
XYZ54.009864.074471.8083
Yxy64.07440.28440.3374
Hunter Lab80.0465-19.64202.8445
CIE-Lab84.0045-16.9130-1.6662

#abdbd4 color RGB value is (171,219,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11010100
Octal 253 333 324
Decimal 171 219 212
Hex AB DB D4

RGB Percentages of Color #abdbd4

%28.41
%36.38
%35.22

CMYK Percentages of Color #abdbd4

%22
%0
%3
%14

Triadic Colors of #abdbd4

#abdbd4 #d4abdb #dbd4ab

Analogous Colors of #abdbd4

#abdbd4 #abcadb #abdbbc

Monochromatic Colors of #abdbd4

#abdbd4

Complementary Color

#abdbd4 #dbabb2

#abdbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbd4 Color CSS Codes

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

#abdbd4 Text Font Color

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

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


#abdbd4 Background Color

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

This div background color is #abdbd4


#abdbd4 Border Color

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

This div border color is #abdbd4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,219,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 #abdbd4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbd4


Comments

No comments written yet.

Please login to write comment.