Color Hex Logo

#acfde4 Color Hex

#ACFDE4
(172,253,228)
0 Favorites   0 Comments

Color spaces of #acfde4

RGB 172253228
HSL0.450.950.83
HSV161°32°99°
CMYK 0.320.000.10   0.01
XYZ66.142184.622786.2465
Yxy84.62270.27910.3570
Hunter Lab91.9906-32.64048.8056
CIE-Lab93.7203-29.85124.1223

#acfde4 color RGB value is (172,253,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 11100100
Octal 254 375 344
Decimal 172 253 228
Hex AC FD E4

RGB Percentages of Color #acfde4

%26.34
%38.74
%34.92

CMYK Percentages of Color #acfde4

%32
%0
%10
%1

Triadic Colors of #acfde4

#acfde4 #e4acfd #fde4ac

Analogous Colors of #acfde4

#acfde4 #aceefd #acfdbc

Monochromatic Colors of #acfde4

#acfde4

Complementary Color

#acfde4 #fdacc5

#acfde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfde4 Color CSS Codes

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

#acfde4 Text Font Color

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

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


#acfde4 Background Color

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

This div background color is #acfde4


#acfde4 Border Color

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

This div border color is #acfde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfde4


Comments

No comments written yet.

Please login to write comment.