Color Hex Logo

#769abc Color Hex

#769ABC
(118,154,188)
0 Favorites   0 Comments

Color spaces of #769abc

RGB 118154188
HSL0.580.340.60
HSV209°37°74°
CMYK 0.370.180.00   0.26
XYZ28.103930.593652.0009
Yxy30.59360.25390.2764
Hunter Lab55.3115-6.0988-17.0233
CIE-Lab62.1631-3.8061-21.5678

#769abc color RGB value is (118,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 10111100
Octal 166 232 274
Decimal 118 154 188
Hex 76 9A BC

RGB Percentages of Color #769abc

%25.65
%33.48
%40.87

CMYK Percentages of Color #769abc

%37
%18
%0
%26

Triadic Colors of #769abc

#769abc #bc769a #9abc76

Analogous Colors of #769abc

#769abc #7677bc #76bcbb

Monochromatic Colors of #769abc

#769abc

Complementary Color

#769abc #bc9876

#769abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#769abc Color CSS Codes

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

#769abc Text Font Color

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

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


#769abc Background Color

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

This div background color is #769abc


#769abc Border Color

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

This div border color is #769abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769abc


Comments

No comments written yet.

Please login to write comment.