Color Hex Logo

#769efe Color Hex

#769EFE
(118,158,254)
0 Favorites   0 Comments

Color spaces of #769efe

RGB 118158254
HSL0.620.990.73
HSV222°54°100°
CMYK 0.540.380.00   0.00
XYZ37.587535.461098.6295
Yxy35.46100.21890.2066
Hunter Lab59.54918.4585-56.5159
CIE-Lab66.106013.0995-51.9518

#769efe color RGB value is (118,158,254).

#769efe hex color red value is 118, green value is 158 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #769efe hue: 0.62 , saturation: 0.99 and the lightness value of 769efe is 0.73.

The process color (four color CMYK) of #769efe color hex is 0.54, 0.38, 0.00, 0.00. Web safe color of #769efe is #6699ff. Color #769efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 11111110
Octal 166 236 376
Decimal 118 158 254
Hex 76 9E FE

RGB Percentages of Color #769efe

%22.26
%29.81
%47.92

CMYK Percentages of Color #769efe

%54
%38
%0
%0

Triadic Colors of #769efe

#769efe #fe769e #9efe76

Analogous Colors of #769efe

#769efe #9276fe #76e2fe

Monochromatic Colors of #769efe

#769efe

Complementary Color

#769efe #fed676

#769efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#769efe Color CSS Codes

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

#769efe Text Font Color

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

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


#769efe Background Color

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

This div background color is #769efe


#769efe Border Color

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

This div border color is #769efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769efe

Related Colors

#769efe Color Palettes


Comments

No comments written yet.

Please login to write comment.