Color Hex Logo

#acedd5 Color Hex

#ACEDD5
(172,237,213)
0 Favorites   0 Comments

Color spaces of #acedd5

RGB 172237213
HSL0.440.640.80
HSV158°27°93°
CMYK 0.270.000.10   0.07
XYZ59.307774.143174.1360
Yxy74.14310.28570.3572
Hunter Lab86.1064-27.74039.2269
CIE-Lab88.9901-25.28155.0685

#acedd5 color RGB value is (172,237,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11010101
Octal 254 355 325
Decimal 172 237 213
Hex AC ED D5

RGB Percentages of Color #acedd5

%27.65
%38.10
%34.24

CMYK Percentages of Color #acedd5

%27
%0
%10
%7

Triadic Colors of #acedd5

#acedd5 #d5aced #edd5ac

Analogous Colors of #acedd5

#acedd5 #ace5ed #acedb5

Monochromatic Colors of #acedd5

#acedd5

Complementary Color

#acedd5 #edacc4

#acedd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedd5 Color CSS Codes

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

#acedd5 Text Font Color

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

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


#acedd5 Background Color

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

This div background color is #acedd5


#acedd5 Border Color

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

This div border color is #acedd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedd5


Comments

No comments written yet.

Please login to write comment.