Color Hex Logo

#769ddd Color Hex

#769DDD
(118,157,221)
0 Favorites   0 Comments

Color spaces of #769ddd

RGB 118157221
HSL0.600.600.66
HSV217°47°87°
CMYK 0.470.290.00   0.13
XYZ32.579333.186073.0950
Yxy33.18600.23460.2390
Hunter Lab57.60730.1364-34.9050
CIE-Lab64.31123.7528-36.6537

#769ddd color RGB value is (118,157,221).

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

The process color (four color CMYK) of #769ddd color hex is 0.47, 0.29, 0.00, 0.13. Web safe color of #769ddd is #6699cc. Color #769ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 11011101
Octal 166 235 335
Decimal 118 157 221
Hex 76 9D DD

RGB Percentages of Color #769ddd

%23.79
%31.65
%44.56

CMYK Percentages of Color #769ddd

%47
%29
%0
%13

Triadic Colors of #769ddd

#769ddd #dd769d #9ddd76

Analogous Colors of #769ddd

#769ddd #8376dd #76d1dd

Monochromatic Colors of #769ddd

#769ddd

Complementary Color

#769ddd #ddb676

#769ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ddd Color CSS Codes

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

#769ddd Text Font Color

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

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


#769ddd Background Color

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

This div background color is #769ddd


#769ddd Border Color

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

This div border color is #769ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ddd


Comments

No comments written yet.

Please login to write comment.