Color Hex Logo

#acedca Color Hex

#ACEDCA
(172,237,202)
0 Favorites   0 Comments

Color spaces of #acedca

RGB 172237202
HSL0.410.640.80
HSV148°27°93°
CMYK 0.270.000.15   0.07
XYZ57.958173.603367.0293
Yxy73.60330.29180.3706
Hunter Lab85.7924-29.548713.7316
CIE-Lab88.7347-27.446310.4402

#acedca color RGB value is (172,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11001010
Octal 254 355 312
Decimal 172 237 202
Hex AC ED CA

RGB Percentages of Color #acedca

%28.15
%38.79
%33.06

CMYK Percentages of Color #acedca

%27
%0
%15
%7

Triadic Colors of #acedca

#acedca #caaced #edcaac

Analogous Colors of #acedca

#acedca #acedeb #afedac

Monochromatic Colors of #acedca

#acedca

Complementary Color

#acedca #edaccf

#acedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedca Color CSS Codes

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

#acedca Text Font Color

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

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


#acedca Background Color

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

This div background color is #acedca


#acedca Border Color

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

This div border color is #acedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedca


Comments

No comments written yet.

Please login to write comment.