Color Hex Logo

#acfdde Color Hex

#ACFDDE
(172,253,222)
0 Favorites   0 Comments

Color spaces of #acfdde

RGB 172253222
HSL0.440.950.83
HSV157°32°99°
CMYK 0.320.000.12   0.01
XYZ65.323484.295181.9349
Yxy84.29510.28210.3640
Hunter Lab91.8124-33.671011.3573
CIE-Lab93.5785-31.07597.0144

#acfdde color RGB value is (172,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 11011110
Octal 254 375 336
Decimal 172 253 222
Hex AC FD DE

RGB Percentages of Color #acfdde

%26.58
%39.10
%34.31

CMYK Percentages of Color #acfdde

%32
%0
%12
%1

Triadic Colors of #acfdde

#acfdde #deacfd #fddeac

Analogous Colors of #acfdde

#acfdde #acf4fd #acfdb6

Monochromatic Colors of #acfdde

#acfdde

Complementary Color

#acfdde #fdaccb

#acfdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfdde Color CSS Codes

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

#acfdde Text Font Color

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

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


#acfdde Background Color

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

This div background color is #acfdde


#acfdde Border Color

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

This div border color is #acfdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfdde


Comments

No comments written yet.

Please login to write comment.