Color Hex Logo

#ace4fd Color Hex

#ACE4FD
(172,228,253)
0 Favorites   0 Comments

Color spaces of #ace4fd

RGB 172228253
HSL0.550.950.83
HSV199°32°99°
CMYK 0.320.100.00   0.01
XYZ62.486371.3493103.4069
Yxy71.34930.26340.3007
Hunter Lab84.4685-15.7730-13.4552
CIE-Lab87.6544-12.0238-17.8747

#ace4fd color RGB value is (172,228,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 11111101
Octal 254 344 375
Decimal 172 228 253
Hex AC E4 FD

RGB Percentages of Color #ace4fd

%26.34
%34.92
%38.74

CMYK Percentages of Color #ace4fd

%32
%10
%0
%1

Triadic Colors of #ace4fd

#ace4fd #fdace4 #e4fdac

Analogous Colors of #ace4fd

#ace4fd #acbcfd #acfdee

Monochromatic Colors of #ace4fd

#ace4fd

Complementary Color

#ace4fd #fdc5ac

#ace4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4fd Color CSS Codes

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

#ace4fd Text Font Color

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

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


#ace4fd Background Color

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

This div background color is #ace4fd


#ace4fd Border Color

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

This div border color is #ace4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4fd


Comments

No comments written yet.

Please login to write comment.