Color Hex Logo

#809aee Color Hex

#809AEE
(128,154,238)
0 Favorites   0 Comments

Color spaces of #809aee

RGB 128154238
HSL0.630.760.72
HSV226°46°93°
CMYK 0.460.350.00   0.07
XYZ35.890333.873485.5355
Yxy33.87340.23110.2181
Hunter Lab58.20098.2228-46.3956
CIE-Lab64.862012.8527-45.1235

#809aee color RGB value is (128,154,238).

#809aee hex color red value is 128, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #809aee hue: 0.63 , saturation: 0.76 and the lightness value of 809aee is 0.72.

The process color (four color CMYK) of #809aee color hex is 0.46, 0.35, 0.00, 0.07. Web safe color of #809aee is #9999ff. Color #809aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 11101110
Octal 200 232 356
Decimal 128 154 238
Hex 80 9A EE

RGB Percentages of Color #809aee

%24.62
%29.62
%45.77

CMYK Percentages of Color #809aee

%46
%35
%0
%7

Triadic Colors of #809aee

#809aee #ee809a #9aee80

Analogous Colors of #809aee

#809aee #9d80ee #80d1ee

Monochromatic Colors of #809aee

#809aee

Complementary Color

#809aee #eed480

#809aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#809aee Color CSS Codes

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

#809aee Text Font Color

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

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


#809aee Background Color

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

This div background color is #809aee


#809aee Border Color

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

This div border color is #809aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,154,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809aee;
  -webkit-box-shadow: 1px 1px 3px 2px #809aee;
  box-shadow:         1px 1px 3px 2px #809aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,154,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809aee


Comments

No comments written yet.

Please login to write comment.