Color Hex Logo

#769bdc Color Hex

#769BDC
(118,155,220)
0 Favorites   0 Comments

Color spaces of #769bdc

RGB 118155220
HSL0.610.590.66
HSV218°46°86°
CMYK 0.460.300.00   0.14
XYZ32.110832.461572.2834
Yxy32.46150.23460.2372
Hunter Lab56.97500.8954-35.3379
CIE-Lab63.72254.6050-37.0183

#769bdc color RGB value is (118,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 11011100
Octal 166 233 334
Decimal 118 155 220
Hex 76 9B DC

RGB Percentages of Color #769bdc

%23.94
%31.44
%44.62

CMYK Percentages of Color #769bdc

%46
%30
%0
%14

Triadic Colors of #769bdc

#769bdc #dc769b #9bdc76

Analogous Colors of #769bdc

#769bdc #8476dc #76cedc

Monochromatic Colors of #769bdc

#769bdc

Complementary Color

#769bdc #dcb776

#769bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bdc Color CSS Codes

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

#769bdc Text Font Color

<p style="color:#769bdc">Text here</p>

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


#769bdc Background Color

<div style="background-color:#769bdc">
Div content here</div>

This div background color is #769bdc


#769bdc Border Color

<div style="border:3px solid #769bdc">
Div here</div>

This div border color is #769bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,155,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 #769bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bdc


Comments

No comments written yet.

Please login to write comment.