Color Hex Logo

#acfabd Color Hex

#ACFABD
(172,250,189)
0 Favorites   0 Comments

Color spaces of #acfabd

RGB 172250189
HSL0.370.890.83
HSV133°31°98°
CMYK 0.310.000.24   0.02
XYZ60.384280.816060.5606
Yxy80.81600.29930.4006
Hunter Lab89.8977-37.422822.9870
CIE-Lab92.0498-35.900121.8151

#acfabd color RGB value is (172,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10111101
Octal 254 372 275
Decimal 172 250 189
Hex AC FA BD

RGB Percentages of Color #acfabd

%28.15
%40.92
%30.93

CMYK Percentages of Color #acfabd

%31
%0
%24
%2

Triadic Colors of #acfabd

#acfabd #bdacfa #fabdac

Analogous Colors of #acfabd

#acfabd #acfae4 #c2faac

Monochromatic Colors of #acfabd

#acfabd

Complementary Color

#acfabd #faace9

#acfabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfabd Color CSS Codes

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

#acfabd Text Font Color

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

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


#acfabd Background Color

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

This div background color is #acfabd


#acfabd Border Color

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

This div border color is #acfabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfabd


Comments

No comments written yet.

Please login to write comment.