Color Hex Logo

#acecad Color Hex

#ACECAD
(172,236,173)
0 Favorites   0 Comments

Color spaces of #acecad

RGB 172236173
HSL0.340.630.80
HSV121°27°93°
CMYK 0.270.000.27   0.07
XYZ54.551571.778750.5147
Yxy71.77870.30850.4059
Hunter Lab84.7223-33.330423.9546
CIE-Lab87.8620-32.160124.2444

#acecad color RGB value is (172,236,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10101101
Octal 254 354 255
Decimal 172 236 173
Hex AC EC AD

RGB Percentages of Color #acecad

%29.60
%40.62
%29.78

CMYK Percentages of Color #acecad

%27
%0
%27
%7

Triadic Colors of #acecad

#acecad #adacec #ecadac

Analogous Colors of #acecad

#acecad #aceccd #cbecac

Monochromatic Colors of #acecad

#acecad

Complementary Color

#acecad #ecaceb

#acecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecad Color CSS Codes

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

#acecad Text Font Color

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

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


#acecad Background Color

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

This div background color is #acecad


#acecad Border Color

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

This div border color is #acecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecad


Comments

No comments written yet.

Please login to write comment.