Color Hex Logo

#769ede Color Hex

#769EDE
(118,158,222)
0 Favorites   0 Comments

Color spaces of #769ede

RGB 118158222
HSL0.600.610.67
HSV217°47°87°
CMYK 0.470.290.00   0.13
XYZ32.882933.579273.8556
Yxy33.57920.23430.2393
Hunter Lab57.9476-0.1167-35.0033
CIE-Lab64.62723.4746-36.7143

#769ede color RGB value is (118,158,222).

#769ede hex color red value is 118, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #769ede hue: 0.60 , saturation: 0.61 and the lightness value of 769ede is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 11011110
Octal 166 236 336
Decimal 118 158 222
Hex 76 9E DE

RGB Percentages of Color #769ede

%23.69
%31.73
%44.58

CMYK Percentages of Color #769ede

%47
%29
%0
%13

Triadic Colors of #769ede

#769ede #de769e #9ede76

Analogous Colors of #769ede

#769ede #8276de #76d2de

Monochromatic Colors of #769ede

#769ede

Complementary Color

#769ede #deb676

#769ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ede Color CSS Codes

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

#769ede Text Font Color

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

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


#769ede Background Color

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

This div background color is #769ede


#769ede Border Color

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

This div border color is #769ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ede


Comments

No comments written yet.

Please login to write comment.