Color Hex Logo

#aaccfd Color Hex

#AACCFD
(170,204,253)
0 Favorites   0 Comments

Color spaces of #aaccfd

RGB 170204253
HSL0.600.950.83
HSV215°33°99°
CMYK 0.330.190.00   0.01
XYZ55.900158.8236101.3364
Yxy58.82360.25870.2723
Hunter Lab76.6965-4.1196-24.6502
CIE-Lab81.1945-0.0249-27.6915

#aaccfd color RGB value is (170,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11111101
Octal 252 314 375
Decimal 170 204 253
Hex AA CC FD

RGB Percentages of Color #aaccfd

%27.11
%32.54
%40.35

CMYK Percentages of Color #aaccfd

%33
%19
%0
%1

Triadic Colors of #aaccfd

#aaccfd #fdaacc #ccfdaa

Analogous Colors of #aaccfd

#aaccfd #b2aafd #aaf6fd

Monochromatic Colors of #aaccfd

#aaccfd

Complementary Color

#aaccfd #fddbaa

#aaccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccfd Color CSS Codes

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

#aaccfd Text Font Color

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

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


#aaccfd Background Color

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

This div background color is #aaccfd


#aaccfd Border Color

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

This div border color is #aaccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccfd


Comments

No comments written yet.

Please login to write comment.