Color Hex Logo

#aceccb Color Hex

#ACECCB
(172,236,203)
0 Favorites   0 Comments

Color spaces of #aceccb

RGB 172236203
HSL0.410.630.80
HSV149°27°93°
CMYK 0.270.000.14   0.07
XYZ57.788273.073467.5587
Yxy73.07340.29120.3683
Hunter Lab85.4830-28.925712.9802
CIE-Lab88.4827-26.77519.5591

#aceccb color RGB value is (172,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11001011
Octal 254 354 313
Decimal 172 236 203
Hex AC EC CB

RGB Percentages of Color #aceccb

%28.15
%38.63
%33.22

CMYK Percentages of Color #aceccb

%27
%0
%14
%7

Triadic Colors of #aceccb

#aceccb #cbacec #eccbac

Analogous Colors of #aceccb

#aceccb #aceceb #adecac

Monochromatic Colors of #aceccb

#aceccb

Complementary Color

#aceccb #ecaccd

#aceccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceccb Color CSS Codes

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

#aceccb Text Font Color

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

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


#aceccb Background Color

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

This div background color is #aceccb


#aceccb Border Color

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

This div border color is #aceccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,236,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 #aceccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceccb


Comments

No comments written yet.

Please login to write comment.