Color Hex Logo

#ace4fe Color Hex

#ACE4FE
(172,228,254)
0 Favorites   0 Comments

Color spaces of #ace4fe

RGB 172228254
HSL0.550.980.84
HSV199°32°100°
CMYK 0.320.100.00   0.00
XYZ62.646171.4132104.2483
Yxy71.41320.26290.2997
Hunter Lab84.5063-15.5607-13.9866
CIE-Lab87.6854-11.7868-18.3532

#ace4fe color RGB value is (172,228,254).

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

The process color (four color CMYK) of #ace4fe color hex is 0.32, 0.10, 0.00, 0.00. Web safe color of #ace4fe is #99ccff. Color #ace4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 11111110
Octal 254 344 376
Decimal 172 228 254
Hex AC E4 FE

RGB Percentages of Color #ace4fe

%26.30
%34.86
%38.84

CMYK Percentages of Color #ace4fe

%32
%10
%0
%0

Triadic Colors of #ace4fe

#ace4fe #feace4 #e4feac

Analogous Colors of #ace4fe

#ace4fe #acbbfe #acfeef

Monochromatic Colors of #ace4fe

#ace4fe

Complementary Color

#ace4fe #fec6ac

#ace4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4fe Color CSS Codes

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

#ace4fe Text Font Color

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

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


#ace4fe Background Color

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

This div background color is #ace4fe


#ace4fe Border Color

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

This div border color is #ace4fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,228,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 #ace4fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.