Color Hex Logo

#acecbd Color Hex

#ACECBD
(172,236,189)
0 Favorites   0 Comments

Color spaces of #acecbd

RGB 172236189
HSL0.380.630.80
HSV136°27°93°
CMYK 0.270.000.20   0.07
XYZ56.194072.435759.1639
Yxy72.43570.29920.3857
Hunter Lab85.1092-31.085018.3608
CIE-Lab88.1779-29.392716.4138

#acecbd color RGB value is (172,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10111101
Octal 254 354 275
Decimal 172 236 189
Hex AC EC BD

RGB Percentages of Color #acecbd

%28.81
%39.53
%31.66

CMYK Percentages of Color #acecbd

%27
%0
%20
%7

Triadic Colors of #acecbd

#acecbd #bdacec #ecbdac

Analogous Colors of #acecbd

#acecbd #acecdd #bbecac

Monochromatic Colors of #acecbd

#acecbd

Complementary Color

#acecbd #ecacdb

#acecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecbd Color CSS Codes

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

#acecbd Text Font Color

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

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


#acecbd Background Color

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

This div background color is #acecbd


#acecbd Border Color

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

This div border color is #acecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecbd


Comments

No comments written yet.

Please login to write comment.