Color Hex Logo

#abdbbf Color Hex

#ABDBBF
(171,219,191)
0 Favorites   0 Comments

Color spaces of #abdbbf

RGB 171219191
HSL0.400.400.76
HSV145°22°86°
CMYK 0.220.000.13   0.14
XYZ51.530163.082658.7504
Yxy63.08260.29720.3639
Hunter Lab79.4246-23.183411.7403
CIE-Lab83.4858-21.11498.7051

#abdbbf color RGB value is (171,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10111111
Octal 253 333 277
Decimal 171 219 191
Hex AB DB BF

RGB Percentages of Color #abdbbf

%29.43
%37.69
%32.87

CMYK Percentages of Color #abdbbf

%22
%0
%13
%14

Triadic Colors of #abdbbf

#abdbbf #bfabdb #dbbfab

Analogous Colors of #abdbbf

#abdbbf #abdbd7 #afdbab

Monochromatic Colors of #abdbbf

#abdbbf

Complementary Color

#abdbbf #dbabc7

#abdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbbf Color CSS Codes

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

#abdbbf Text Font Color

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

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


#abdbbf Background Color

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

This div background color is #abdbbf


#abdbbf Border Color

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

This div border color is #abdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbbf


Comments

No comments written yet.

Please login to write comment.