Color Hex Logo

#acedbc Color Hex

#ACEDBC
(172,237,188)
0 Favorites   0 Comments

Color spaces of #acedbc

RGB 172237188
HSL0.370.640.80
HSV135°27°93°
CMYK 0.270.000.21   0.07
XYZ56.374572.969958.6903
Yxy72.96990.29980.3881
Hunter Lab85.4224-31.688219.0599
CIE-Lab88.4334-30.045017.2909

#acedbc color RGB value is (172,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10111100
Octal 254 355 274
Decimal 172 237 188
Hex AC ED BC

RGB Percentages of Color #acedbc

%28.81
%39.70
%31.49

CMYK Percentages of Color #acedbc

%27
%0
%21
%7

Triadic Colors of #acedbc

#acedbc #bcaced #edbcac

Analogous Colors of #acedbc

#acedbc #aceddd #bdedac

Monochromatic Colors of #acedbc

#acedbc

Complementary Color

#acedbc #edacdd

#acedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedbc Color CSS Codes

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

#acedbc Text Font Color

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

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


#acedbc Background Color

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

This div background color is #acedbc


#acedbc Border Color

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

This div border color is #acedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedbc


Comments

No comments written yet.

Please login to write comment.