Color Hex Logo

#8aaffd Color Hex

#8AAFFD
(138,175,253)
0 Favorites   0 Comments

Color spaces of #8aaffd

RGB 138175253
HSL0.610.970.77
HSV221°45°99°
CMYK 0.450.310.00   0.01
XYZ43.540843.155198.9634
Yxy43.15510.23450.2324
Hunter Lab65.69253.3473-43.3334
CIE-Lab71.66017.5940-42.5939

#8aaffd color RGB value is (138,175,253).

#8aaffd hex color red value is 138, green value is 175 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8aaffd hue: 0.61 , saturation: 0.97 and the lightness value of 8aaffd is 0.77.

The process color (four color CMYK) of #8aaffd color hex is 0.45, 0.31, 0.00, 0.01. Web safe color of #8aaffd is #9999ff. Color #8aaffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 11111101
Octal 212 257 375
Decimal 138 175 253
Hex 8A AF FD

RGB Percentages of Color #8aaffd

%24.38
%30.92
%44.70

CMYK Percentages of Color #8aaffd

%45
%31
%0
%1

Triadic Colors of #8aaffd

#8aaffd #fd8aaf #affd8a

Analogous Colors of #8aaffd

#8aaffd #9f8afd #8ae9fd

Monochromatic Colors of #8aaffd

#8aaffd

Complementary Color

#8aaffd #fdd88a

#8aaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaffd Color CSS Codes

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

#8aaffd Text Font Color

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

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


#8aaffd Background Color

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

This div background color is #8aaffd


#8aaffd Border Color

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

This div border color is #8aaffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,175,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8aaffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8aaffd;
  -webkit-box-shadow: 1px 1px 3px 2px #8aaffd;
  box-shadow:         1px 1px 3px 2px #8aaffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,175,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 #8aaffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaffd


Comments

No comments written yet.

Please login to write comment.