Color Hex Logo

#abd4bf Color Hex

#ABD4BF
(171,212,191)
0 Favorites   0 Comments

Color spaces of #abd4bf

RGB 171212191
HSL0.410.320.75
HSV149°19°83°
CMYK 0.190.000.10   0.17
XYZ49.742059.506558.1544
Yxy59.50650.29710.3555
Hunter Lab77.1405-19.89489.3010
CIE-Lab81.5692-17.62515.9531

#abd4bf color RGB value is (171,212,191).

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

The process color (four color CMYK) of #abd4bf color hex is 0.19, 0.00, 0.10, 0.17. Web safe color of #abd4bf is #99cccc. Color #abd4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 10111111
Octal 253 324 277
Decimal 171 212 191
Hex AB D4 BF

RGB Percentages of Color #abd4bf

%29.79
%36.93
%33.28

CMYK Percentages of Color #abd4bf

%19
%0
%10
%17

Triadic Colors of #abd4bf

#abd4bf #bfabd4 #d4bfab

Analogous Colors of #abd4bf

#abd4bf #abd4d4 #acd4ab

Monochromatic Colors of #abd4bf

#abd4bf

Complementary Color

#abd4bf #d4abc0

#abd4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd4bf Color CSS Codes

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

#abd4bf Text Font Color

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

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


#abd4bf Background Color

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

This div background color is #abd4bf


#abd4bf Border Color

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

This div border color is #abd4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd4bf


Comments

No comments written yet.

Please login to write comment.