Color Hex Logo

#adedac Color Hex

#ADEDAC
(173,237,172)
0 Favorites   0 Comments

Color spaces of #adedac

RGB 173237172
HSL0.330.640.80
HSV119°27°93°
CMYK 0.270.000.27   0.07
XYZ54.964272.431250.1134
Yxy72.43120.30960.4080
Hunter Lab85.1065-33.656124.6627
CIE-Lab88.1757-32.467325.1965

#adedac color RGB value is (173,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 10101100
Octal 255 355 254
Decimal 173 237 172
Hex AD ED AC

RGB Percentages of Color #adedac

%29.73
%40.72
%29.55

CMYK Percentages of Color #adedac

%27
%0
%27
%7

Triadic Colors of #adedac

#adedac #acaded #edacad

Analogous Colors of #adedac

#adedac #acedcc #ceedac

Monochromatic Colors of #adedac

#adedac

Complementary Color

#adedac #ecaced

#adedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedac Color CSS Codes

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

#adedac Text Font Color

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

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


#adedac Background Color

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

This div background color is #adedac


#adedac Border Color

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

This div border color is #adedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedac


Comments

No comments written yet.

Please login to write comment.