Color Hex Logo

#8ca9ea Color Hex

#8CA9EA
(140,169,234)
0 Favorites   0 Comments

Color spaces of #8ca9ea

RGB 140169234
HSL0.620.690.73
HSV221°40°92°
CMYK 0.400.280.00   0.08
XYZ39.854539.891983.4413
Yxy39.89190.24420.2445
Hunter Lab63.16002.1049-34.1165
CIE-Lab69.39256.1685-35.7938

#8ca9ea color RGB value is (140,169,234).

#8ca9ea hex color red value is 140, green value is 169 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8ca9ea hue: 0.62 , saturation: 0.69 and the lightness value of 8ca9ea is 0.73.

The process color (four color CMYK) of #8ca9ea color hex is 0.40, 0.28, 0.00, 0.08. Web safe color of #8ca9ea is #9999ff. Color #8ca9ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101001 11101010
Octal 214 251 352
Decimal 140 169 234
Hex 8C A9 EA

RGB Percentages of Color #8ca9ea

%25.78
%31.12
%43.09

CMYK Percentages of Color #8ca9ea

%40
%28
%0
%8

Triadic Colors of #8ca9ea

#8ca9ea #ea8ca9 #a9ea8c

Analogous Colors of #8ca9ea

#8ca9ea #9e8cea #8cd8ea

Monochromatic Colors of #8ca9ea

#8ca9ea

Complementary Color

#8ca9ea #eacd8c

#8ca9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca9ea Color CSS Codes

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

#8ca9ea Text Font Color

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

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


#8ca9ea Background Color

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

This div background color is #8ca9ea


#8ca9ea Border Color

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

This div border color is #8ca9ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,169,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ca9ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ca9ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8ca9ea;
  box-shadow:         1px 1px 3px 2px #8ca9ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,169,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca9ea


Comments

No comments written yet.

Please login to write comment.