Color Hex Logo

#acedbd Color Hex

#ACEDBD
(172,237,189)
0 Favorites   0 Comments

Color spaces of #acedbd

RGB 172237189
HSL0.380.640.80
HSV136°27°93°
CMYK 0.270.000.20   0.07
XYZ56.482873.013259.2601
Yxy73.01320.29920.3868
Hunter Lab85.4478-31.541318.6944
CIE-Lab88.4540-29.865216.8014

#acedbd color RGB value is (172,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10111101
Octal 254 355 275
Decimal 172 237 189
Hex AC ED BD

RGB Percentages of Color #acedbd

%28.76
%39.63
%31.61

CMYK Percentages of Color #acedbd

%27
%0
%20
%7

Triadic Colors of #acedbd

#acedbd #bdaced #edbdac

Analogous Colors of #acedbd

#acedbd #acedde #bcedac

Monochromatic Colors of #acedbd

#acedbd

Complementary Color

#acedbd #edacdc

#acedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedbd Color CSS Codes

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

#acedbd Text Font Color

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

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


#acedbd Background Color

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

This div background color is #acedbd


#acedbd Border Color

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

This div border color is #acedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedbd


Comments

No comments written yet.

Please login to write comment.