Color Hex Logo

#acfcab Color Hex

#ACFCAB
(172,252,171)
0 Favorites   0 Comments

Color spaces of #acfcab

RGB 172252171
HSL0.330.930.83
HSV119°32°99°
CMYK 0.320.000.32   0.01
XYZ59.174381.331751.1079
Yxy81.33170.30880.4245
Hunter Lab90.1841-40.699429.5288
CIE-Lab92.2791-39.778931.2565

#acfcab color RGB value is (172,252,171).

#acfcab hex color red value is 172, green value is 252 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #acfcab hue: 0.33 , saturation: 0.93 and the lightness value of acfcab is 0.83.

The process color (four color CMYK) of #acfcab color hex is 0.32, 0.00, 0.32, 0.01. Web safe color of #acfcab is #99ff99. Color #acfcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 10101011
Octal 254 374 253
Decimal 172 252 171
Hex AC FC AB

RGB Percentages of Color #acfcab

%28.91
%42.35
%28.74

CMYK Percentages of Color #acfcab

%32
%0
%32
%1

Triadic Colors of #acfcab

#acfcab #abacfc #fcabac

Analogous Colors of #acfcab

#acfcab #abfcd3 #d5fcab

Monochromatic Colors of #acfcab

#acfcab

Complementary Color

#acfcab #fbabfc

#acfcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcab Color CSS Codes

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

#acfcab Text Font Color

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

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


#acfcab Background Color

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

This div background color is #acfcab


#acfcab Border Color

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

This div border color is #acfcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcab


Comments

No comments written yet.

Please login to write comment.