Color Hex Logo

#abedac Color Hex

#ABEDAC
(171,237,172)
0 Favorites   0 Comments

Color spaces of #abedac

RGB 171237172
HSL0.340.650.80
HSV121°28°93°
CMYK 0.280.000.27   0.07
XYZ54.525272.204950.0929
Yxy72.20490.30840.4083
Hunter Lab84.9735-34.164924.5292
CIE-Lab88.0671-33.111225.0303

#abedac color RGB value is (171,237,172).

#abedac hex color red value is 171, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abedac hue: 0.34 , saturation: 0.65 and the lightness value of abedac is 0.80.

The process color (four color CMYK) of #abedac color hex is 0.28, 0.00, 0.27, 0.07. Web safe color of #abedac is #99ff99. Color #abedac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 10101100
Octal 253 355 254
Decimal 171 237 172
Hex AB ED AC

RGB Percentages of Color #abedac

%29.48
%40.86
%29.66

CMYK Percentages of Color #abedac

%28
%0
%27
%7

Triadic Colors of #abedac

#abedac #acabed #edacab

Analogous Colors of #abedac

#abedac #abedcd #cbedab

Monochromatic Colors of #abedac

#abedac

Complementary Color

#abedac #edabec

#abedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedac Color CSS Codes

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

#abedac Text Font Color

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

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


#abedac Background Color

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

This div background color is #abedac


#abedac Border Color

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

This div border color is #abedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedac


Comments

No comments written yet.

Please login to write comment.