Color Hex Logo

#acedb8 Color Hex

#ACEDB8
(172,237,184)
0 Favorites   0 Comments

Color spaces of #acedb8

RGB 172237184
HSL0.360.640.80
HSV131°27°93°
CMYK 0.270.000.22   0.07
XYZ55.949272.799756.4503
Yxy72.79970.30210.3931
Hunter Lab85.3227-32.265920.4991
CIE-Lab88.3521-30.753819.2484

#acedb8 color RGB value is (172,237,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10111000
Octal 254 355 270
Decimal 172 237 184
Hex AC ED B8

RGB Percentages of Color #acedb8

%29.01
%39.97
%31.03

CMYK Percentages of Color #acedb8

%27
%0
%22
%7

Triadic Colors of #acedb8

#acedb8 #b8aced #edb8ac

Analogous Colors of #acedb8

#acedb8 #acedd9 #c1edac

Monochromatic Colors of #acedb8

#acedb8

Complementary Color

#acedb8 #edace1

#acedb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedb8 Color CSS Codes

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

#acedb8 Text Font Color

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

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


#acedb8 Background Color

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

This div background color is #acedb8


#acedb8 Border Color

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

This div border color is #acedb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedb8


Comments

No comments written yet.

Please login to write comment.