Color Hex Logo

#acdeae Color Hex

#ACDEAE
(172,222,174)
0 Favorites   0 Comments

Color spaces of #acdeae

RGB 172222174
HSL0.340.430.77
HSV122°23°87°
CMYK 0.230.000.22   0.13
XYZ50.774564.069249.7349
Yxy64.06920.30850.3893
Hunter Lab80.0432-26.846319.1904
CIE-Lab84.0018-25.341518.3898

#acdeae color RGB value is (172,222,174).

#acdeae hex color red value is 172, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #acdeae hue: 0.34 , saturation: 0.43 and the lightness value of acdeae is 0.77.

The process color (four color CMYK) of #acdeae color hex is 0.23, 0.00, 0.22, 0.13. Web safe color of #acdeae is #99cc99. Color #acdeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10101110
Octal 254 336 256
Decimal 172 222 174
Hex AC DE AE

RGB Percentages of Color #acdeae

%30.28
%39.08
%30.63

CMYK Percentages of Color #acdeae

%23
%0
%22
%13

Triadic Colors of #acdeae

#acdeae #aeacde #deaeac

Analogous Colors of #acdeae

#acdeae #acdec7 #c3deac

Monochromatic Colors of #acdeae

#acdeae

Complementary Color

#acdeae #deacdc

#acdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeae Color CSS Codes

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

#acdeae Text Font Color

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

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


#acdeae Background Color

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

This div background color is #acdeae


#acdeae Border Color

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

This div border color is #acdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeae


Comments

No comments written yet.

Please login to write comment.