Color Hex Logo

#aacefd Color Hex

#AACEFD
(170,206,253)
0 Favorites   0 Comments

Color spaces of #aacefd

RGB 170206253
HSL0.590.950.83
HSV214°33°99°
CMYK 0.330.190.00   0.01
XYZ56.378559.7805101.4958
Yxy59.78050.25900.2747
Hunter Lab77.3179-5.1479-23.7080
CIE-Lab81.7187-1.0927-26.8901

#aacefd color RGB value is (170,206,253).

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

The process color (four color CMYK) of #aacefd color hex is 0.33, 0.19, 0.00, 0.01. Web safe color of #aacefd is #99ccff. Color #aacefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11111101
Octal 252 316 375
Decimal 170 206 253
Hex AA CE FD

RGB Percentages of Color #aacefd

%27.03
%32.75
%40.22

CMYK Percentages of Color #aacefd

%33
%19
%0
%1

Triadic Colors of #aacefd

#aacefd #fdaace #cefdaa

Analogous Colors of #aacefd

#aacefd #b0aafd #aaf8fd

Monochromatic Colors of #aacefd

#aacefd

Complementary Color

#aacefd #fdd9aa

#aacefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacefd Color CSS Codes

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

#aacefd Text Font Color

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

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


#aacefd Background Color

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

This div background color is #aacefd


#aacefd Border Color

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

This div border color is #aacefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacefd

Related Colors


Comments

No comments written yet.

Please login to write comment.