Color Hex Logo

#acefad Color Hex

#ACEFAD
(172,239,173)
0 Favorites   0 Comments

Color spaces of #acefad

RGB 172239173
HSL0.340.680.81
HSV121°28°94°
CMYK 0.280.000.28   0.06
XYZ55.422673.520850.8050
Yxy73.52080.30830.4090
Hunter Lab85.7443-34.675324.8906
CIE-Lab88.6955-33.552925.3856

#acefad color RGB value is (172,239,173).

#acefad hex color red value is 172, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #acefad hue: 0.34 , saturation: 0.68 and the lightness value of acefad is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10101101
Octal 254 357 255
Decimal 172 239 173
Hex AC EF AD

RGB Percentages of Color #acefad

%29.45
%40.92
%29.62

CMYK Percentages of Color #acefad

%28
%0
%28
%6

Triadic Colors of #acefad

#acefad #adacef #efadac

Analogous Colors of #acefad

#acefad #acefcf #cdefac

Monochromatic Colors of #acefad

#acefad

Complementary Color

#acefad #efacee

#acefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefad Color CSS Codes

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

#acefad Text Font Color

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

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


#acefad Background Color

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

This div background color is #acefad


#acefad Border Color

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

This div border color is #acefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefad


Comments

No comments written yet.

Please login to write comment.