Color Hex Logo

#779aeb Color Hex

#779AEB
(119,154,235)
0 Favorites   0 Comments

Color spaces of #779aeb

RGB 119154235
HSL0.620.740.69
HSV222°49°92°
CMYK 0.490.340.00   0.08
XYZ34.158733.031383.1726
Yxy33.03130.22720.2197
Hunter Lab57.47295.5130-45.5713
CIE-Lab64.18629.8571-44.5733

#779aeb color RGB value is (119,154,235).

#779aeb hex color red value is 119, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #779aeb hue: 0.62 , saturation: 0.74 and the lightness value of 779aeb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 11101011
Octal 167 232 353
Decimal 119 154 235
Hex 77 9A EB

RGB Percentages of Color #779aeb

%23.43
%30.31
%46.26

CMYK Percentages of Color #779aeb

%49
%34
%0
%8

Triadic Colors of #779aeb

#779aeb #eb779a #9aeb77

Analogous Colors of #779aeb

#779aeb #8e77eb #77d4eb

Monochromatic Colors of #779aeb

#779aeb

Complementary Color

#779aeb #ebc877

#779aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#779aeb Color CSS Codes

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

#779aeb Text Font Color

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

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


#779aeb Background Color

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

This div background color is #779aeb


#779aeb Border Color

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

This div border color is #779aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #779aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779aeb


Comments

No comments written yet.

Please login to write comment.