Color Hex Logo

#aceafd Color Hex

#ACEAFD
(172,234,253)
0 Favorites   0 Comments

Color spaces of #aceafd

RGB 172234253
HSL0.540.950.83
HSV194°32°99°
CMYK 0.320.080.00   0.01
XYZ64.165774.7081103.9667
Yxy74.70810.26420.3076
Hunter Lab86.4338-18.7466-10.8131
CIE-Lab89.2561-15.0669-15.4674

#aceafd color RGB value is (172,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11111101
Octal 254 352 375
Decimal 172 234 253
Hex AC EA FD

RGB Percentages of Color #aceafd

%26.10
%35.51
%38.39

CMYK Percentages of Color #aceafd

%32
%8
%0
%1

Triadic Colors of #aceafd

#aceafd #fdacea #eafdac

Analogous Colors of #aceafd

#aceafd #acc2fd #acfde8

Monochromatic Colors of #aceafd

#aceafd

Complementary Color

#aceafd #fdbfac

#aceafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceafd Color CSS Codes

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

#aceafd Text Font Color

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

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


#aceafd Background Color

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

This div background color is #aceafd


#aceafd Border Color

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

This div border color is #aceafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceafd


Comments

No comments written yet.

Please login to write comment.