Color Hex Logo

#acfbcc Color Hex

#ACFBCC
(172,251,204)
0 Favorites   0 Comments

Color spaces of #acfbcc

RGB 172251204
HSL0.400.910.83
HSV144°31°98°
CMYK 0.310.000.19   0.02
XYZ62.409582.124669.6891
Yxy82.12460.29130.3834
Hunter Lab90.6226-35.661217.8416
CIE-Lab92.6298-33.647614.9347

#acfbcc color RGB value is (172,251,204).

#acfbcc hex color red value is 172, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acfbcc hue: 0.40 , saturation: 0.91 and the lightness value of acfbcc is 0.83.

The process color (four color CMYK) of #acfbcc color hex is 0.31, 0.00, 0.19, 0.02. Web safe color of #acfbcc is #99ffcc. Color #acfbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 11001100
Octal 254 373 314
Decimal 172 251 204
Hex AC FB CC

RGB Percentages of Color #acfbcc

%27.43
%40.03
%32.54

CMYK Percentages of Color #acfbcc

%31
%0
%19
%2

Triadic Colors of #acfbcc

#acfbcc #ccacfb #fbccac

Analogous Colors of #acfbcc

#acfbcc #acfbf4 #b4fbac

Monochromatic Colors of #acfbcc

#acfbcc

Complementary Color

#acfbcc #fbacdb

#acfbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbcc Color CSS Codes

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

#acfbcc Text Font Color

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

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


#acfbcc Background Color

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

This div background color is #acfbcc


#acfbcc Border Color

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

This div border color is #acfbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbcc


Comments

No comments written yet.

Please login to write comment.