Color Hex Logo

#acecfe Color Hex

#ACECFE
(172,236,254)
0 Favorites   0 Comments

Color spaces of #acecfe

RGB 172236254
HSL0.540.980.84
HSV193°32°100°
CMYK 0.320.070.00   0.00
XYZ64.898175.9173104.9989
Yxy75.91730.26400.3088
Hunter Lab87.1305-19.5249-10.4576
CIE-Lab89.8209-15.8391-15.1431

#acecfe color RGB value is (172,236,254).

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

The process color (four color CMYK) of #acecfe color hex is 0.32, 0.07, 0.00, 0.00. Web safe color of #acecfe is #99ffff. Color #acecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11111110
Octal 254 354 376
Decimal 172 236 254
Hex AC EC FE

RGB Percentages of Color #acecfe

%25.98
%35.65
%38.37

CMYK Percentages of Color #acecfe

%32
%7
%0
%0

Triadic Colors of #acecfe

#acecfe #feacec #ecfeac

Analogous Colors of #acecfe

#acecfe #acc3fe #acfee7

Monochromatic Colors of #acecfe

#acecfe

Complementary Color

#acecfe #febeac

#acecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecfe Color CSS Codes

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

#acecfe Text Font Color

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

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


#acecfe Background Color

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

This div background color is #acecfe


#acecfe Border Color

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

This div border color is #acecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecfe

Related Colors


Comments

No comments written yet.

Please login to write comment.