Color Hex Logo

#abdeb3 Color Hex

#ABDEB3
(171,222,179)
0 Favorites   0 Comments

Color spaces of #abdeb3

RGB 171222179
HSL0.360.440.77
HSV129°23°87°
CMYK 0.230.000.19   0.13
XYZ51.052564.155252.3403
Yxy64.15520.30470.3829
Hunter Lab80.0969-26.396617.3241
CIE-Lab84.0465-24.795215.8230

#abdeb3 color RGB value is (171,222,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10110011
Octal 253 336 263
Decimal 171 222 179
Hex AB DE B3

RGB Percentages of Color #abdeb3

%29.90
%38.81
%31.29

CMYK Percentages of Color #abdeb3

%23
%0
%19
%13

Triadic Colors of #abdeb3

#abdeb3 #b3abde #deb3ab

Analogous Colors of #abdeb3

#abdeb3 #abdecd #bddeab

Monochromatic Colors of #abdeb3

#abdeb3

Complementary Color

#abdeb3 #deabd6

#abdeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeb3 Color CSS Codes

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

#abdeb3 Text Font Color

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

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


#abdeb3 Background Color

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

This div background color is #abdeb3


#abdeb3 Border Color

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

This div border color is #abdeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeb3


Comments

No comments written yet.

Please login to write comment.