Color Hex Logo

#acedcb Color Hex

#ACEDCB
(172,237,203)
0 Favorites   0 Comments

Color spaces of #acedcb

RGB 172237203
HSL0.410.640.80
HSV149°27°93°
CMYK 0.270.000.14   0.07
XYZ58.076973.650867.6550
Yxy73.65080.29130.3694
Hunter Lab85.8200-29.389013.3336
CIE-Lab88.7572-27.25399.9513

#acedcb color RGB value is (172,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 11001011
Octal 254 355 313
Decimal 172 237 203
Hex AC ED CB

RGB Percentages of Color #acedcb

%28.10
%38.73
%33.17

CMYK Percentages of Color #acedcb

%27
%0
%14
%7

Triadic Colors of #acedcb

#acedcb #cbaced #edcbac

Analogous Colors of #acedcb

#acedcb #acedec #aeedac

Monochromatic Colors of #acedcb

#acedcb

Complementary Color

#acedcb #edacce

#acedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedcb Color CSS Codes

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

#acedcb Text Font Color

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

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


#acedcb Background Color

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

This div background color is #acedcb


#acedcb Border Color

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

This div border color is #acedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedcb


Comments

No comments written yet.

Please login to write comment.