Color Hex Logo

#769aea Color Hex

#769AEA
(118,154,234)
0 Favorites   0 Comments

Color spaces of #769aea

RGB 118154234
HSL0.610.730.69
HSV221°50°92°
CMYK 0.500.340.00   0.08
XYZ33.878132.903382.4073
Yxy32.90330.22710.2205
Hunter Lab57.36145.0411-45.0250
CIE-Lab64.08259.3281-44.1897

#769aea color RGB value is (118,154,234).

#769aea hex color red value is 118, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #769aea hue: 0.61 , saturation: 0.73 and the lightness value of 769aea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11101010
Octal 166 232 352
Decimal 118 154 234
Hex 76 9A EA

RGB Percentages of Color #769aea

%23.32
%30.43
%46.25

CMYK Percentages of Color #769aea

%50
%34
%0
%8

Triadic Colors of #769aea

#769aea #ea769a #9aea76

Analogous Colors of #769aea

#769aea #8c76ea #76d4ea

Monochromatic Colors of #769aea

#769aea

Complementary Color

#769aea #eac676

#769aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#769aea Color CSS Codes

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

#769aea Text Font Color

<p style="color:#769aea">Text here</p>

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


#769aea Background Color

<div style="background-color:#769aea">
Div content here</div>

This div background color is #769aea


#769aea Border Color

<div style="border:3px solid #769aea">
Div here</div>

This div border color is #769aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,154,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769aea;
  -webkit-box-shadow: 1px 1px 3px 2px #769aea;
  box-shadow:         1px 1px 3px 2px #769aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,154,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 #769aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769aea


Comments

No comments written yet.

Please login to write comment.