Color Hex Logo

#819aeb Color Hex

#819AEB
(129,154,235)
0 Favorites   0 Comments

Color spaces of #819aeb

RGB 129154235
HSL0.630.730.71
HSV226°45°92°
CMYK 0.450.340.00   0.08
XYZ35.604333.776583.2402
Yxy33.77650.23330.2213
Hunter Lab58.11767.6479-44.2372
CIE-Lab64.784812.2229-43.5909

#819aeb color RGB value is (129,154,235).

#819aeb hex color red value is 129, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #819aeb hue: 0.63 , saturation: 0.73 and the lightness value of 819aeb is 0.71.

The process color (four color CMYK) of #819aeb color hex is 0.45, 0.34, 0.00, 0.08. Web safe color of #819aeb is #9999ff. Color #819aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 11101011
Octal 201 232 353
Decimal 129 154 235
Hex 81 9A EB

RGB Percentages of Color #819aeb

%24.90
%29.73
%45.37

CMYK Percentages of Color #819aeb

%45
%34
%0
%8

Triadic Colors of #819aeb

#819aeb #eb819a #9aeb81

Analogous Colors of #819aeb

#819aeb #9d81eb #81cfeb

Monochromatic Colors of #819aeb

#819aeb

Complementary Color

#819aeb #ebd281

#819aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#819aeb Color CSS Codes

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

#819aeb Text Font Color

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

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


#819aeb Background Color

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

This div background color is #819aeb


#819aeb Border Color

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

This div border color is #819aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,154,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #819aeb;
  box-shadow:         1px 1px 3px 2px #819aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819aeb


Comments

No comments written yet.

Please login to write comment.