Color Hex Logo

#acfcde Color Hex

#ACFCDE
(172,252,222)
0 Favorites   0 Comments

Color spaces of #acfcde

RGB 172252222
HSL0.440.930.83
HSV158°32°99°
CMYK 0.320.000.12   0.01
XYZ65.008583.665481.8300
Yxy83.66540.28200.3630
Hunter Lab91.4688-33.207310.9860
CIE-Lab93.3050-30.60706.6205

#acfcde color RGB value is (172,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11011110
Octal 254 374 336
Decimal 172 252 222
Hex AC FC DE

RGB Percentages of Color #acfcde

%26.63
%39.01
%34.37

CMYK Percentages of Color #acfcde

%32
%0
%12
%1

Triadic Colors of #acfcde

#acfcde #deacfc #fcdeac

Analogous Colors of #acfcde

#acfcde #acf2fc #acfcb6

Monochromatic Colors of #acfcde

#acfcde

Complementary Color

#acfcde #fcacca

#acfcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcde Color CSS Codes

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

#acfcde Text Font Color

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

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


#acfcde Background Color

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

This div background color is #acfcde


#acfcde Border Color

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

This div border color is #acfcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcde

Related Colors


Comments

No comments written yet.

Please login to write comment.