Color Hex Logo

#abdec5 Color Hex

#ABDEC5
(171,222,197)
0 Favorites   0 Comments

Color spaces of #abdec5

RGB 171222197
HSL0.420.440.77
HSV151°23°87°
CMYK 0.230.000.11   0.13
XYZ52.993964.931762.5633
Yxy64.93170.29360.3598
Hunter Lab80.5802-23.624110.3728
CIE-Lab84.4485-21.44006.9161

#abdec5 color RGB value is (171,222,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11000101
Octal 253 336 305
Decimal 171 222 197
Hex AB DE C5

RGB Percentages of Color #abdec5

%28.98
%37.63
%33.39

CMYK Percentages of Color #abdec5

%23
%0
%11
%13

Triadic Colors of #abdec5

#abdec5 #c5abde #dec5ab

Analogous Colors of #abdec5

#abdec5 #abdede #abdeac

Monochromatic Colors of #abdec5

#abdec5

Complementary Color

#abdec5 #deabc4

#abdec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdec5 Color CSS Codes

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

#abdec5 Text Font Color

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

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


#abdec5 Background Color

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

This div background color is #abdec5


#abdec5 Border Color

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

This div border color is #abdec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdec5


Comments

No comments written yet.

Please login to write comment.