Color Hex Logo

#769cda Color Hex

#769CDA
(118,156,218)
0 Favorites   0 Comments

Color spaces of #769cda

RGB 118156218
HSL0.600.570.66
HSV217°46°85°
CMYK 0.460.280.00   0.15
XYZ32.014632.690470.9522
Yxy32.69040.23600.2410
Hunter Lab57.1755-0.1087-33.5533
CIE-Lab63.90943.4511-35.6183

#769cda color RGB value is (118,156,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011100 11011010
Octal 166 234 332
Decimal 118 156 218
Hex 76 9C DA

RGB Percentages of Color #769cda

%23.98
%31.71
%44.31

CMYK Percentages of Color #769cda

%46
%28
%0
%15

Triadic Colors of #769cda

#769cda #da769c #9cda76

Analogous Colors of #769cda

#769cda #8276da #76ceda

Monochromatic Colors of #769cda

#769cda

Complementary Color

#769cda #dab476

#769cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#769cda Color CSS Codes

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

#769cda Text Font Color

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

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


#769cda Background Color

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

This div background color is #769cda


#769cda Border Color

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

This div border color is #769cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769cda


Comments

No comments written yet.

Please login to write comment.