Color Hex Logo

#acecbf Color Hex

#ACECBF
(172,236,191)
0 Favorites   0 Comments

Color spaces of #acecbf

RGB 172236191
HSL0.380.630.80
HSV138°27°93°
CMYK 0.270.000.19   0.07
XYZ56.412772.523160.3153
Yxy72.52310.29810.3832
Hunter Lab85.1605-30.787517.6199
CIE-Lab88.2198-29.029515.4341

#acecbf color RGB value is (172,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10111111
Octal 254 354 277
Decimal 172 236 191
Hex AC EC BF

RGB Percentages of Color #acecbf

%28.71
%39.40
%31.89

CMYK Percentages of Color #acecbf

%27
%0
%19
%7

Triadic Colors of #acecbf

#acecbf #bfacec #ecbfac

Analogous Colors of #acecbf

#acecbf #acecdf #b9ecac

Monochromatic Colors of #acecbf

#acecbf

Complementary Color

#acecbf #ecacd9

#acecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecbf Color CSS Codes

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

#acecbf Text Font Color

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

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


#acecbf Background Color

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

This div background color is #acecbf


#acecbf Border Color

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

This div border color is #acecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecbf


Comments

No comments written yet.

Please login to write comment.