Color Hex Logo

#abd9bf Color Hex

#ABD9BF
(171,217,191)
0 Favorites   0 Comments

Color spaces of #abd9bf

RGB 171217191
HSL0.410.380.76
HSV146°21°85°
CMYK 0.210.000.12   0.15
XYZ51.011462.045258.5776
Yxy62.04520.29720.3615
Hunter Lab78.7688-22.247111.0462
CIE-Lab82.9375-20.12397.9194

#abd9bf color RGB value is (171,217,191).

#abd9bf hex color red value is 171, green value is 217 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abd9bf hue: 0.41 , saturation: 0.38 and the lightness value of abd9bf is 0.76.

The process color (four color CMYK) of #abd9bf color hex is 0.21, 0.00, 0.12, 0.15. Web safe color of #abd9bf is #99cccc. Color #abd9bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 10111111
Octal 253 331 277
Decimal 171 217 191
Hex AB D9 BF

RGB Percentages of Color #abd9bf

%29.53
%37.48
%32.99

CMYK Percentages of Color #abd9bf

%21
%0
%12
%15

Triadic Colors of #abd9bf

#abd9bf #bfabd9 #d9bfab

Analogous Colors of #abd9bf

#abd9bf #abd9d6 #aed9ab

Monochromatic Colors of #abd9bf

#abd9bf

Complementary Color

#abd9bf #d9abc5

#abd9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd9bf Color CSS Codes

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

#abd9bf Text Font Color

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

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


#abd9bf Background Color

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

This div background color is #abd9bf


#abd9bf Border Color

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

This div border color is #abd9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd9bf


Comments

No comments written yet.

Please login to write comment.