Color Hex Logo

#768bae Color Hex

#768BAE
(118,139,174)
0 Favorites   0 Comments

Color spaces of #768bae

RGB 118139174
HSL0.600.260.57
HSV218°32°68°
CMYK 0.320.200.00   0.32
XYZ24.343825.372843.6588
Yxy25.37280.26070.2717
Hunter Lab50.3714-1.8834-16.1289
CIE-Lab57.43690.9932-20.8650

#768bae color RGB value is (118,139,174).

#768bae hex color red value is 118, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #768bae hue: 0.60 , saturation: 0.26 and the lightness value of 768bae is 0.57.

The process color (four color CMYK) of #768bae color hex is 0.32, 0.20, 0.00, 0.32. Web safe color of #768bae is #669999. Color #768bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001011 10101110
Octal 166 213 256
Decimal 118 139 174
Hex 76 8B AE

RGB Percentages of Color #768bae

%27.38
%32.25
%40.37

CMYK Percentages of Color #768bae

%32
%20
%0
%32

Triadic Colors of #768bae

#768bae #ae768b #8bae76

Analogous Colors of #768bae

#768bae #7d76ae #76a7ae

Monochromatic Colors of #768bae

#768bae

Complementary Color

#768bae #ae9976

#768bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#768bae Color CSS Codes

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

#768bae Text Font Color

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

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


#768bae Background Color

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

This div background color is #768bae


#768bae Border Color

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

This div border color is #768bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768bae


Comments

No comments written yet.

Please login to write comment.