Color Hex Logo

#acfcce Color Hex

#ACFCCE
(172,252,206)
0 Favorites   0 Comments

Color spaces of #acfcce

RGB 172252206
HSL0.400.930.83
HSV146°32°99°
CMYK 0.320.000.18   0.01
XYZ62.964282.847771.0652
Yxy82.84770.29030.3820
Hunter Lab91.0207-35.807717.4233
CIE-Lab92.9477-33.734114.3557

#acfcce color RGB value is (172,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11001110
Octal 254 374 316
Decimal 172 252 206
Hex AC FC CE

RGB Percentages of Color #acfcce

%27.30
%40.00
%32.70

CMYK Percentages of Color #acfcce

%32
%0
%18
%1

Triadic Colors of #acfcce

#acfcce #ceacfc #fcceac

Analogous Colors of #acfcce

#acfcce #acfcf6 #b2fcac

Monochromatic Colors of #acfcce

#acfcce

Complementary Color

#acfcce #fcacda

#acfcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcce Color CSS Codes

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

#acfcce Text Font Color

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

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


#acfcce Background Color

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

This div background color is #acfcce


#acfcce Border Color

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

This div border color is #acfcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcce


Comments

No comments written yet.

Please login to write comment.