Color Hex Logo

#acfde2 Color Hex

#ACFDE2
(172,253,226)
0 Favorites   0 Comments

Color spaces of #acfde2

RGB 172253226
HSL0.440.950.83
HSV160°32°99°
CMYK 0.320.000.11   0.01
XYZ65.866084.512284.7925
Yxy84.51220.28010.3594
Hunter Lab91.9305-32.98759.6650
CIE-Lab93.6725-30.26275.0858

#acfde2 color RGB value is (172,253,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 11100010
Octal 254 375 342
Decimal 172 253 226
Hex AC FD E2

RGB Percentages of Color #acfde2

%26.42
%38.86
%34.72

CMYK Percentages of Color #acfde2

%32
%0
%11
%1

Triadic Colors of #acfde2

#acfde2 #e2acfd #fde2ac

Analogous Colors of #acfde2

#acfde2 #acf0fd #acfdba

Monochromatic Colors of #acfde2

#acfde2

Complementary Color

#acfde2 #fdacc7

#acfde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfde2 Color CSS Codes

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

#acfde2 Text Font Color

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

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


#acfde2 Background Color

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

This div background color is #acfde2


#acfde2 Border Color

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

This div border color is #acfde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfde2

Related Colors


Comments

No comments written yet.

Please login to write comment.