Color Hex Logo

#8aafca Color Hex

#8AAFCA
(138,175,202)
0 Favorites   0 Comments

Color spaces of #8aafca

RGB 138175202
HSL0.570.380.67
HSV205°32°79°
CMYK 0.320.130.00   0.21
XYZ36.471940.327561.7388
Yxy40.32750.26330.2911
Hunter Lab63.5039-8.6149-13.1892
CIE-Lab69.7022-6.0685-17.7750

#8aafca color RGB value is (138,175,202).

#8aafca hex color red value is 138, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8aafca hue: 0.57 , saturation: 0.38 and the lightness value of 8aafca is 0.67.

The process color (four color CMYK) of #8aafca color hex is 0.32, 0.13, 0.00, 0.21. Web safe color of #8aafca is #9999cc. Color #8aafca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 11001010
Octal 212 257 312
Decimal 138 175 202
Hex 8A AF CA

RGB Percentages of Color #8aafca

%26.80
%33.98
%39.22

CMYK Percentages of Color #8aafca

%32
%13
%0
%21

Triadic Colors of #8aafca

#8aafca #ca8aaf #afca8a

Analogous Colors of #8aafca

#8aafca #8a8fca #8acac5

Monochromatic Colors of #8aafca

#8aafca

Complementary Color

#8aafca #caa58a

#8aafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aafca Color CSS Codes

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

#8aafca Text Font Color

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

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


#8aafca Background Color

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

This div background color is #8aafca


#8aafca Border Color

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

This div border color is #8aafca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,175,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8aafca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aafca


Comments

No comments written yet.

Please login to write comment.