Color Hex Logo

#aacafd Color Hex

#AACAFD
(170,202,253)
0 Favorites   0 Comments

Color spaces of #aacafd

RGB 170202253
HSL0.600.950.83
HSV217°33°99°
CMYK 0.330.200.00   0.01
XYZ55.427757.8790101.1789
Yxy57.87900.25840.2699
Hunter Lab76.0782-3.0887-25.5969
CIE-Lab80.67151.0463-28.4922

#aacafd color RGB value is (170,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11111101
Octal 252 312 375
Decimal 170 202 253
Hex AA CA FD

RGB Percentages of Color #aacafd

%27.20
%32.32
%40.48

CMYK Percentages of Color #aacafd

%33
%20
%0
%1

Triadic Colors of #aacafd

#aacafd #fdaaca #cafdaa

Analogous Colors of #aacafd

#aacafd #b4aafd #aaf4fd

Monochromatic Colors of #aacafd

#aacafd

Complementary Color

#aacafd #fdddaa

#aacafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacafd Color CSS Codes

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

#aacafd Text Font Color

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

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


#aacafd Background Color

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

This div background color is #aacafd


#aacafd Border Color

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

This div border color is #aacafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacafd


Comments

No comments written yet.

Please login to write comment.