Color Hex Logo

#769def Color Hex

#769DEF
(118,157,239)
0 Favorites   0 Comments

Color spaces of #769def

RGB 118157239
HSL0.610.790.70
HSV221°51°94°
CMYK 0.510.340.00   0.06
XYZ35.108234.197586.4117
Yxy34.19750.22550.2196
Hunter Lab58.47864.8266-46.6756
CIE-Lab65.11909.1002-45.3083

#769def color RGB value is (118,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 11101111
Octal 166 235 357
Decimal 118 157 239
Hex 76 9D EF

RGB Percentages of Color #769def

%22.96
%30.54
%46.50

CMYK Percentages of Color #769def

%51
%34
%0
%6

Triadic Colors of #769def

#769def #ef769d #9def76

Analogous Colors of #769def

#769def #8c76ef #76daef

Monochromatic Colors of #769def

#769def

Complementary Color

#769def #efc876

#769def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769def Color Preview on White Background

Lorem ipsum dolor sit amet.

#769def Color CSS Codes

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

#769def Text Font Color

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

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


#769def Background Color

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

This div background color is #769def


#769def Border Color

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

This div border color is #769def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769def


Comments

No comments written yet.

Please login to write comment.