Color Hex Logo

#acfccf Color Hex

#ACFCCF
(172,252,207)
0 Favorites   0 Comments

Color spaces of #acfccf

RGB 172252207
HSL0.410.930.83
HSV146°32°99°
CMYK 0.320.000.18   0.01
XYZ63.086182.896571.7071
Yxy82.89650.28980.3808
Hunter Lab91.0475-35.651917.0377
CIE-Lab92.9691-33.545213.8718

#acfccf color RGB value is (172,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11001111
Octal 254 374 317
Decimal 172 252 207
Hex AC FC CF

RGB Percentages of Color #acfccf

%27.26
%39.94
%32.81

CMYK Percentages of Color #acfccf

%32
%0
%18
%1

Triadic Colors of #acfccf

#acfccf #cfacfc #fccfac

Analogous Colors of #acfccf

#acfccf #acfcf7 #b1fcac

Monochromatic Colors of #acfccf

#acfccf

Complementary Color

#acfccf #fcacd9

#acfccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfccf Color CSS Codes

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

#acfccf Text Font Color

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

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


#acfccf Background Color

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

This div background color is #acfccf


#acfccf Border Color

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

This div border color is #acfccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfccf

Related Colors


Comments

No comments written yet.

Please login to write comment.