Color Hex Logo

#769eef Color Hex

#769EEF
(118,158,239)
0 Favorites   0 Comments

Color spaces of #769eef

RGB 118158239
HSL0.610.790.70
HSV220°51°94°
CMYK 0.510.340.00   0.06
XYZ35.278134.537386.4684
Yxy34.53730.22570.2210
Hunter Lab58.76844.3070-46.0979
CIE-Lab65.38688.5237-44.8870

#769eef color RGB value is (118,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 11101111
Octal 166 236 357
Decimal 118 158 239
Hex 76 9E EF

RGB Percentages of Color #769eef

%22.91
%30.68
%46.41

CMYK Percentages of Color #769eef

%51
%34
%0
%6

Triadic Colors of #769eef

#769eef #ef769e #9eef76

Analogous Colors of #769eef

#769eef #8b76ef #76dbef

Monochromatic Colors of #769eef

#769eef

Complementary Color

#769eef #efc776

#769eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#769eef Color CSS Codes

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

#769eef Text Font Color

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

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


#769eef Background Color

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

This div background color is #769eef


#769eef Border Color

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

This div border color is #769eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769eef


Comments

No comments written yet.

Please login to write comment.