Color Hex Logo

#768abb Color Hex

#768ABB
(118,138,187)
0 Favorites   0 Comments

Color spaces of #768abb

RGB 118138187
HSL0.620.340.60
HSV223°37°73°
CMYK 0.370.260.00   0.27
XYZ25.529325.616450.6126
Yxy25.61640.25090.2517
Hunter Lab50.61261.4643-23.8611
CIE-Lab57.67115.0563-27.9087

#768abb color RGB value is (118,138,187).

#768abb hex color red value is 118, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #768abb hue: 0.62 , saturation: 0.34 and the lightness value of 768abb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 10111011
Octal 166 212 273
Decimal 118 138 187
Hex 76 8A BB

RGB Percentages of Color #768abb

%26.64
%31.15
%42.21

CMYK Percentages of Color #768abb

%37
%26
%0
%27

Triadic Colors of #768abb

#768abb #bb768a #8abb76

Analogous Colors of #768abb

#768abb #8576bb #76adbb

Monochromatic Colors of #768abb

#768abb

Complementary Color

#768abb #bba776

#768abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#768abb Color CSS Codes

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

#768abb Text Font Color

<p style="color:#768abb">Text here</p>

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


#768abb Background Color

<div style="background-color:#768abb">
Div content here</div>

This div background color is #768abb


#768abb Border Color

<div style="border:3px solid #768abb">
Div here</div>

This div border color is #768abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,138,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #768abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #768abb;
  -webkit-box-shadow: 1px 1px 3px 2px #768abb;
  box-shadow:         1px 1px 3px 2px #768abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768abb


Comments

No comments written yet.

Please login to write comment.