Color Hex Logo

#768aad Color Hex

#768AAD
(118,138,173)
0 Favorites   0 Comments

Color spaces of #768aad

RGB 118138173
HSL0.610.250.57
HSV218°32°68°
CMYK 0.320.200.00   0.32
XYZ24.102525.045643.0991
Yxy25.04560.26130.2715
Hunter Lab50.0456-1.6122-16.0285
CIE-Lab57.11981.3071-20.7787

#768aad color RGB value is (118,138,173).

#768aad hex color red value is 118, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #768aad hue: 0.61 , saturation: 0.25 and the lightness value of 768aad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 10101101
Octal 166 212 255
Decimal 118 138 173
Hex 76 8A AD

RGB Percentages of Color #768aad

%27.51
%32.17
%40.33

CMYK Percentages of Color #768aad

%32
%20
%0
%32

Triadic Colors of #768aad

#768aad #ad768a #8aad76

Analogous Colors of #768aad

#768aad #7e76ad #76a6ad

Monochromatic Colors of #768aad

#768aad

Complementary Color

#768aad #ad9976

#768aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#768aad Color CSS Codes

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

#768aad Text Font Color

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

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


#768aad Background Color

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

This div background color is #768aad


#768aad Border Color

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

This div border color is #768aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768aad


Comments

No comments written yet.

Please login to write comment.