Color Hex Logo

#768adc Color Hex

#768ADC
(118,138,220)
0 Favorites   0 Comments

Color spaces of #768adc

RGB 118138220
HSL0.630.590.66
HSV228°46°86°
CMYK 0.460.370.00   0.14
XYZ29.478027.195871.4058
Yxy27.19580.23020.2123
Hunter Lab52.14969.6369-44.6781
CIE-Lab59.155114.5019-44.1841

#768adc color RGB value is (118,138,220).

#768adc hex color red value is 118, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #768adc hue: 0.63 , saturation: 0.59 and the lightness value of 768adc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001010 11011100
Octal 166 212 334
Decimal 118 138 220
Hex 76 8A DC

RGB Percentages of Color #768adc

%24.79
%28.99
%46.22

CMYK Percentages of Color #768adc

%46
%37
%0
%14

Triadic Colors of #768adc

#768adc #dc768a #8adc76

Analogous Colors of #768adc

#768adc #9576dc #76bddc

Monochromatic Colors of #768adc

#768adc

Complementary Color

#768adc #dcc876

#768adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#768adc Color CSS Codes

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

#768adc Text Font Color

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

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


#768adc Background Color

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

This div background color is #768adc


#768adc Border Color

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

This div border color is #768adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768adc


Comments

No comments written yet.

Please login to write comment.