Color Hex Logo

#769aef Color Hex

#769AEF
(118,154,239)
0 Favorites   0 Comments

Color spaces of #769aef

RGB 118154239
HSL0.620.790.70
HSV222°51°94°
CMYK 0.510.360.00   0.06
XYZ34.606833.194786.2446
Yxy33.19470.22470.2155
Hunter Lab57.61486.3914-48.4218
CIE-Lab64.318310.8358-46.5695

#769aef color RGB value is (118,154,239).

#769aef hex color red value is 118, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #769aef hue: 0.62 , saturation: 0.79 and the lightness value of 769aef is 0.70.

The process color (four color CMYK) of #769aef color hex is 0.51, 0.36, 0.00, 0.06. Web safe color of #769aef is #6699ff. Color #769aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11101111
Octal 166 232 357
Decimal 118 154 239
Hex 76 9A EF

RGB Percentages of Color #769aef

%23.09
%30.14
%46.77

CMYK Percentages of Color #769aef

%51
%36
%0
%6

Triadic Colors of #769aef

#769aef #ef769a #9aef76

Analogous Colors of #769aef

#769aef #8f76ef #76d7ef

Monochromatic Colors of #769aef

#769aef

Complementary Color

#769aef #efcb76

#769aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#769aef Color CSS Codes

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

#769aef Text Font Color

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

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


#769aef Background Color

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

This div background color is #769aef


#769aef Border Color

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

This div border color is #769aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769aef


Comments

No comments written yet.

Please login to write comment.