Color Hex Logo

#acedb7 Color Hex

#ACEDB7
(172,237,183)
0 Favorites   0 Comments

Color spaces of #acedb7

RGB 172237183
HSL0.360.640.80
HSV130°27°93°
CMYK 0.270.000.23   0.07
XYZ55.844772.757955.9001
Yxy72.75790.30270.3943
Hunter Lab85.2982-32.408120.8531
CIE-Lab88.3321-30.928819.7377

#acedb7 color RGB value is (172,237,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10110111
Octal 254 355 267
Decimal 172 237 183
Hex AC ED B7

RGB Percentages of Color #acedb7

%29.05
%40.03
%30.91

CMYK Percentages of Color #acedb7

%27
%0
%23
%7

Triadic Colors of #acedb7

#acedb7 #b7aced #edb7ac

Analogous Colors of #acedb7

#acedb7 #acedd8 #c2edac

Monochromatic Colors of #acedb7

#acedb7

Complementary Color

#acedb7 #edace2

#acedb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedb7 Color CSS Codes

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

#acedb7 Text Font Color

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

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


#acedb7 Background Color

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

This div background color is #acedb7


#acedb7 Border Color

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

This div border color is #acedb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedb7


Comments

No comments written yet.

Please login to write comment.