Color Hex Logo

#769fcd Color Hex

#769FCD
(118,159,205)
0 Favorites   0 Comments

Color spaces of #769fcd

RGB 118159205
HSL0.590.470.63
HSV212°42°80°
CMYK 0.420.220.00   0.20
XYZ30.888833.055662.5100
Yxy33.05560.24430.2614
Hunter Lab57.4940-4.7149-24.2169
CIE-Lab64.2059-1.9534-27.9377

#769fcd color RGB value is (118,159,205).

#769fcd hex color red value is 118, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #769fcd hue: 0.59 , saturation: 0.47 and the lightness value of 769fcd is 0.63.

The process color (four color CMYK) of #769fcd color hex is 0.42, 0.22, 0.00, 0.20. Web safe color of #769fcd is #6699cc. Color #769fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 11001101
Octal 166 237 315
Decimal 118 159 205
Hex 76 9F CD

RGB Percentages of Color #769fcd

%24.48
%32.99
%42.53

CMYK Percentages of Color #769fcd

%42
%22
%0
%20

Triadic Colors of #769fcd

#769fcd #cd769f #9fcd76

Analogous Colors of #769fcd

#769fcd #7976cd #76cbcd

Monochromatic Colors of #769fcd

#769fcd

Complementary Color

#769fcd #cda476

#769fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fcd Color CSS Codes

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

#769fcd Text Font Color

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

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


#769fcd Background Color

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

This div background color is #769fcd


#769fcd Border Color

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

This div border color is #769fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fcd

#769fcd Color Palettes


Comments

No comments written yet.

Please login to write comment.