Color Hex Logo

#acfacb Color Hex

#ACFACB
(172,250,203)
0 Favorites   0 Comments

Color spaces of #acfacb

RGB 172250203
HSL0.400.890.83
HSV144°31°98°
CMYK 0.310.000.19   0.02
XYZ61.978481.453768.9554
Yxy81.45370.29180.3835
Hunter Lab90.2517-35.359517.8766
CIE-Lab92.3332-33.372115.0303

#acfacb color RGB value is (172,250,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11001011
Octal 254 372 313
Decimal 172 250 203
Hex AC FA CB

RGB Percentages of Color #acfacb

%27.52
%40.00
%32.48

CMYK Percentages of Color #acfacb

%31
%0
%19
%2

Triadic Colors of #acfacb

#acfacb #cbacfa #facbac

Analogous Colors of #acfacb

#acfacb #acfaf2 #b4faac

Monochromatic Colors of #acfacb

#acfacb

Complementary Color

#acfacb #faacdb

#acfacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfacb Color CSS Codes

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

#acfacb Text Font Color

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

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


#acfacb Background Color

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

This div background color is #acfacb


#acfacb Border Color

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

This div border color is #acfacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfacb


Comments

No comments written yet.

Please login to write comment.