Color Hex Logo

#769dbc Color Hex

#769DBC
(118,157,188)
0 Favorites   0 Comments

Color spaces of #769dbc

RGB 118157188
HSL0.570.340.60
HSV207°37°74°
CMYK 0.370.160.00   0.26
XYZ28.605331.596352.1680
Yxy31.59630.25460.2812
Hunter Lab56.2106-7.5307-15.6785
CIE-Lab63.0078-5.4780-20.2786

#769dbc color RGB value is (118,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 10111100
Octal 166 235 274
Decimal 118 157 188
Hex 76 9D BC

RGB Percentages of Color #769dbc

%25.49
%33.91
%40.60

CMYK Percentages of Color #769dbc

%37
%16
%0
%26

Triadic Colors of #769dbc

#769dbc #bc769d #9dbc76

Analogous Colors of #769dbc

#769dbc #767abc #76bcb8

Monochromatic Colors of #769dbc

#769dbc

Complementary Color

#769dbc #bc9576

#769dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dbc Color CSS Codes

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

#769dbc Text Font Color

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

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


#769dbc Background Color

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

This div background color is #769dbc


#769dbc Border Color

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

This div border color is #769dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dbc


Comments

No comments written yet.

Please login to write comment.