Color Hex Logo

#acdeca Color Hex

#ACDECA
(172,222,202)
0 Favorites   0 Comments

Color spaces of #acdeca

RGB 172222202
HSL0.430.430.77
HSV156°23°87°
CMYK 0.230.000.09   0.13
XYZ53.795265.277565.6416
Yxy65.27750.29120.3534
Hunter Lab80.7945-22.54018.3859
CIE-Lab84.6265-20.14344.5395

#acdeca color RGB value is (172,222,202).

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

The process color (four color CMYK) of #acdeca color hex is 0.23, 0.00, 0.09, 0.13. Web safe color of #acdeca is #99cccc. Color #acdeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11001010
Octal 254 336 312
Decimal 172 222 202
Hex AC DE CA

RGB Percentages of Color #acdeca

%28.86
%37.25
%33.89

CMYK Percentages of Color #acdeca

%23
%0
%9
%13

Triadic Colors of #acdeca

#acdeca #caacde #decaac

Analogous Colors of #acdeca

#acdeca #acd9de #acdeb1

Monochromatic Colors of #acdeca

#acdeca

Complementary Color

#acdeca #deacc0

#acdeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeca Color CSS Codes

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

#acdeca Text Font Color

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

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


#acdeca Background Color

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

This div background color is #acdeca


#acdeca Border Color

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

This div border color is #acdeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeca


Comments

No comments written yet.

Please login to write comment.