Color Hex Logo

#abdebb Color Hex

#ABDEBB
(171,222,187)
0 Favorites   0 Comments

Color spaces of #abdebb

RGB 171222187
HSL0.390.440.77
HSV139°23°87°
CMYK 0.230.000.16   0.13
XYZ51.885564.488356.7265
Yxy64.48830.29970.3725
Hunter Lab80.3046-25.202714.3313
CIE-Lab84.2194-23.341611.8614

#abdebb color RGB value is (171,222,187).

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

The process color (four color CMYK) of #abdebb color hex is 0.23, 0.00, 0.16, 0.13. Web safe color of #abdebb is #99cccc. Color #abdebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10111011
Octal 253 336 273
Decimal 171 222 187
Hex AB DE BB

RGB Percentages of Color #abdebb

%29.48
%38.28
%32.24

CMYK Percentages of Color #abdebb

%23
%0
%16
%13

Triadic Colors of #abdebb

#abdebb #bbabde #debbab

Analogous Colors of #abdebb

#abdebb #abded5 #b5deab

Monochromatic Colors of #abdebb

#abdebb

Complementary Color

#abdebb #deabce

#abdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdebb Color CSS Codes

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

#abdebb Text Font Color

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

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


#abdebb Background Color

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

This div background color is #abdebb


#abdebb Border Color

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

This div border color is #abdebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdebb


Comments

No comments written yet.

Please login to write comment.