Color Hex Logo

#aacbfd Color Hex

#AACBFD
(170,203,253)
0 Favorites   0 Comments

Color spaces of #aacbfd

RGB 170203253
HSL0.600.950.83
HSV216°33°99°
CMYK 0.330.200.00   0.01
XYZ55.663158.3498101.2574
Yxy58.34980.25860.2711
Hunter Lab76.3870-3.6047-25.1229
CIE-Lab80.93290.5101-28.0919

#aacbfd color RGB value is (170,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11111101
Octal 252 313 375
Decimal 170 203 253
Hex AA CB FD

RGB Percentages of Color #aacbfd

%27.16
%32.43
%40.42

CMYK Percentages of Color #aacbfd

%33
%20
%0
%1

Triadic Colors of #aacbfd

#aacbfd #fdaacb #cbfdaa

Analogous Colors of #aacbfd

#aacbfd #b3aafd #aaf5fd

Monochromatic Colors of #aacbfd

#aacbfd

Complementary Color

#aacbfd #fddcaa

#aacbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbfd Color CSS Codes

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

#aacbfd Text Font Color

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

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


#aacbfd Background Color

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

This div background color is #aacbfd


#aacbfd Border Color

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

This div border color is #aacbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbfd


Comments

No comments written yet.

Please login to write comment.