Color Hex Logo

#769ebd Color Hex

#769EBD
(118,158,189)
0 Favorites   0 Comments

Color spaces of #769ebd

RGB 118158189
HSL0.570.350.60
HSV206°38°74°
CMYK 0.380.160.00   0.26
XYZ28.883431.979452.7944
Yxy31.97940.25410.2814
Hunter Lab56.5503-7.7932-15.7669
CIE-Lab63.3259-5.7665-20.3541

#769ebd color RGB value is (118,158,189).

#769ebd hex color red value is 118, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #769ebd hue: 0.57 , saturation: 0.35 and the lightness value of 769ebd is 0.60.

The process color (four color CMYK) of #769ebd color hex is 0.38, 0.16, 0.00, 0.26. Web safe color of #769ebd is #6699cc. Color #769ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 10111101
Octal 166 236 275
Decimal 118 158 189
Hex 76 9E BD

RGB Percentages of Color #769ebd

%25.38
%33.98
%40.65

CMYK Percentages of Color #769ebd

%38
%16
%0
%26

Triadic Colors of #769ebd

#769ebd #bd769e #9ebd76

Analogous Colors of #769ebd

#769ebd #767bbd #76bdb9

Monochromatic Colors of #769ebd

#769ebd

Complementary Color

#769ebd #bd9576

#769ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ebd Color CSS Codes

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

#769ebd Text Font Color

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

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


#769ebd Background Color

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

This div background color is #769ebd


#769ebd Border Color

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

This div border color is #769ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ebd


Comments

No comments written yet.

Please login to write comment.