Color Hex Logo

#abdabb Color Hex

#ABDABB
(171,218,187)
0 Favorites   0 Comments

Color spaces of #abdabb

RGB 171218187
HSL0.390.390.76
HSV140°22°85°
CMYK 0.220.000.14   0.15
XYZ50.835662.388656.3766
Yxy62.38860.29970.3679
Hunter Lab78.9865-23.343912.9723
CIE-Lab83.1196-21.376510.2969

#abdabb color RGB value is (171,218,187).

#abdabb hex color red value is 171, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abdabb hue: 0.39 , saturation: 0.39 and the lightness value of abdabb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10111011
Octal 253 332 273
Decimal 171 218 187
Hex AB DA BB

RGB Percentages of Color #abdabb

%29.69
%37.85
%32.47

CMYK Percentages of Color #abdabb

%22
%0
%14
%15

Triadic Colors of #abdabb

#abdabb #bbabda #dabbab

Analogous Colors of #abdabb

#abdabb #abdad3 #b3daab

Monochromatic Colors of #abdabb

#abdabb

Complementary Color

#abdabb #daabca

#abdabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdabb Color CSS Codes

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

#abdabb Text Font Color

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

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


#abdabb Background Color

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

This div background color is #abdabb


#abdabb Border Color

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

This div border color is #abdabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdabb


Comments

No comments written yet.

Please login to write comment.