Color Hex Logo

#768abd Color Hex

#768ABD
(118,138,189)
0 Favorites   0 Comments

Color spaces of #768abd

RGB 118138189
HSL0.620.350.60
HSV223°38°74°
CMYK 0.380.270.00   0.26
XYZ25.745025.702651.7483
Yxy25.70260.24950.2491
Hunter Lab50.69771.9237-25.0302
CIE-Lab57.75375.6066-28.9166

#768abd color RGB value is (118,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 10111101
Octal 166 212 275
Decimal 118 138 189
Hex 76 8A BD

RGB Percentages of Color #768abd

%26.52
%31.01
%42.47

CMYK Percentages of Color #768abd

%38
%27
%0
%26

Triadic Colors of #768abd

#768abd #bd768a #8abd76

Analogous Colors of #768abd

#768abd #8676bd #76aebd

Monochromatic Colors of #768abd

#768abd

Complementary Color

#768abd #bda976

#768abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#768abd Color CSS Codes

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

#768abd Text Font Color

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

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


#768abd Background Color

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

This div background color is #768abd


#768abd Border Color

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

This div border color is #768abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768abd


Comments

No comments written yet.

Please login to write comment.