Color Hex Logo

#769fda Color Hex

#769FDA
(118,159,218)
0 Favorites   0 Comments

Color spaces of #769fda

RGB 118159218
HSL0.600.570.66
HSV215°46°85°
CMYK 0.460.270.00   0.15
XYZ32.524233.709871.1221
Yxy33.70980.23680.2454
Hunter Lab58.0601-1.6129-31.9865
CIE-Lab64.73161.7436-34.3391

#769fda color RGB value is (118,159,218).

#769fda hex color red value is 118, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #769fda hue: 0.60 , saturation: 0.57 and the lightness value of 769fda is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 11011010
Octal 166 237 332
Decimal 118 159 218
Hex 76 9F DA

RGB Percentages of Color #769fda

%23.84
%32.12
%44.04

CMYK Percentages of Color #769fda

%46
%27
%0
%15

Triadic Colors of #769fda

#769fda #da769f #9fda76

Analogous Colors of #769fda

#769fda #7f76da #76d1da

Monochromatic Colors of #769fda

#769fda

Complementary Color

#769fda #dab176

#769fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fda Color CSS Codes

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

#769fda Text Font Color

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

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


#769fda Background Color

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

This div background color is #769fda


#769fda Border Color

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

This div border color is #769fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fda


Comments

No comments written yet.

Please login to write comment.