Color Hex Logo

#769fef Color Hex

#769FEF
(118,159,239)
0 Favorites   0 Comments

Color spaces of #769fef

RGB 118159239
HSL0.610.790.70
HSV220°51°94°
CMYK 0.510.330.00   0.06
XYZ35.449334.879886.5255
Yxy34.87980.22600.2224
Hunter Lab59.05913.7883-45.5224
CIE-Lab65.65507.9482-44.4655

#769fef color RGB value is (118,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 11101111
Octal 166 237 357
Decimal 118 159 239
Hex 76 9F EF

RGB Percentages of Color #769fef

%22.87
%30.81
%46.32

CMYK Percentages of Color #769fef

%51
%33
%0
%6

Triadic Colors of #769fef

#769fef #ef769f #9fef76

Analogous Colors of #769fef

#769fef #8a76ef #76dcef

Monochromatic Colors of #769fef

#769fef

Complementary Color

#769fef #efc676

#769fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fef Color CSS Codes

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

#769fef Text Font Color

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

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


#769fef Background Color

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

This div background color is #769fef


#769fef Border Color

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

This div border color is #769fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fef


Comments

No comments written yet.

Please login to write comment.