Color Hex Logo

#acfedf Color Hex

#ACFEDF
(172,254,223)
0 Favorites   0 Comments

Color spaces of #acfedf

RGB 172254223
HSL0.440.980.84
HSV157°32°100°
CMYK 0.320.000.12   0.00
XYZ65.774484.982082.7485
Yxy84.98200.28170.3639
Hunter Lab92.1857-33.965411.3096
CIE-Lab93.8754-31.34226.9261

#acfedf color RGB value is (172,254,223).

#acfedf hex color red value is 172, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #acfedf hue: 0.44 , saturation: 0.98 and the lightness value of acfedf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11011111
Octal 254 376 337
Decimal 172 254 223
Hex AC FE DF

RGB Percentages of Color #acfedf

%26.50
%39.14
%34.36

CMYK Percentages of Color #acfedf

%32
%0
%12
%0

Triadic Colors of #acfedf

#acfedf #dfacfe #fedfac

Analogous Colors of #acfedf

#acfedf #acf4fe #acfeb6

Monochromatic Colors of #acfedf

#acfedf

Complementary Color

#acfedf #feaccb

#acfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfedf Color CSS Codes

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

#acfedf Text Font Color

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

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


#acfedf Background Color

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

This div background color is #acfedf


#acfedf Border Color

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

This div border color is #acfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfedf


Comments

No comments written yet.

Please login to write comment.