Color Hex Logo

#aacdfd Color Hex

#AACDFD
(170,205,253)
0 Favorites   0 Comments

Color spaces of #aacdfd

RGB 170205253
HSL0.600.950.83
HSV215°33°99°
CMYK 0.330.190.00   0.01
XYZ56.138559.3005101.4158
Yxy59.30050.25890.2735
Hunter Lab77.0068-4.6342-24.1785
CIE-Lab81.4565-0.5593-27.2909

#aacdfd color RGB value is (170,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 11111101
Octal 252 315 375
Decimal 170 205 253
Hex AA CD FD

RGB Percentages of Color #aacdfd

%27.07
%32.64
%40.29

CMYK Percentages of Color #aacdfd

%33
%19
%0
%1

Triadic Colors of #aacdfd

#aacdfd #fdaacd #cdfdaa

Analogous Colors of #aacdfd

#aacdfd #b1aafd #aaf7fd

Monochromatic Colors of #aacdfd

#aacdfd

Complementary Color

#aacdfd #fddaaa

#aacdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacdfd Color CSS Codes

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

#aacdfd Text Font Color

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

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


#aacdfd Background Color

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

This div background color is #aacdfd


#aacdfd Border Color

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

This div border color is #aacdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.