Color Hex Logo

#768dab Color Hex

#768DAB
(118,141,171)
0 Favorites   0 Comments

Color spaces of #768dab

RGB 118141171
HSL0.590.240.57
HSV214°31°67°
CMYK 0.310.180.00   0.33
XYZ24.346825.841642.2328
Yxy25.84160.26340.2796
Hunter Lab50.8346-3.4696-13.6732
CIE-Lab57.8864-0.9314-18.4664

#768dab color RGB value is (118,141,171).

#768dab hex color red value is 118, green value is 141 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #768dab hue: 0.59 , saturation: 0.24 and the lightness value of 768dab is 0.57.

The process color (four color CMYK) of #768dab color hex is 0.31, 0.18, 0.00, 0.33. Web safe color of #768dab is #669999. Color #768dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001101 10101011
Octal 166 215 253
Decimal 118 141 171
Hex 76 8D AB

RGB Percentages of Color #768dab

%27.44
%32.79
%39.77

CMYK Percentages of Color #768dab

%31
%18
%0
%33

Triadic Colors of #768dab

#768dab #ab768d #8dab76

Analogous Colors of #768dab

#768dab #7a76ab #76a8ab

Monochromatic Colors of #768dab

#768dab

Complementary Color

#768dab #ab9476

#768dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#768dab Color CSS Codes

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

#768dab Text Font Color

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

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


#768dab Background Color

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

This div background color is #768dab


#768dab Border Color

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

This div border color is #768dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768dab


Comments

No comments written yet.

Please login to write comment.