Color Hex Logo

#acfefc Color Hex

#ACFEFC
(172,254,252)
0 Favorites   0 Comments

Color spaces of #acfefc

RGB 172254252
HSL0.500.980.84
HSV179°32°100°
CMYK 0.320.000.01   0.00
XYZ70.025886.6826105.1361
Yxy86.68260.26740.3310
Hunter Lab93.1035-28.6762-1.7801
CIE-Lab94.6034-25.1501-6.9834

#acfefc color RGB value is (172,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11111100
Octal 254 376 374
Decimal 172 254 252
Hex AC FE FC

RGB Percentages of Color #acfefc

%25.37
%37.46
%37.17

CMYK Percentages of Color #acfefc

%32
%0
%1
%0

Triadic Colors of #acfefc

#acfefc #fcacfe #fefcac

Analogous Colors of #acfefc

#acfefc #acd7fe #acfed3

Monochromatic Colors of #acfefc

#acfefc

Complementary Color

#acfefc #feacae

#acfefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfefc Color CSS Codes

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

#acfefc Text Font Color

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

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


#acfefc Background Color

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

This div background color is #acfefc


#acfefc Border Color

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

This div border color is #acfefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfefc

Related Colors


Comments

No comments written yet.

Please login to write comment.