Color Hex Logo

#769ded Color Hex

#769DED
(118,157,237)
0 Favorites   0 Comments

Color spaces of #769ded

RGB 118157237
HSL0.610.770.70
HSV220°50°93°
CMYK 0.500.340.00   0.07
XYZ34.814234.079984.8639
Yxy34.07990.22640.2216
Hunter Lab58.37804.2885-45.3251
CIE-Lab65.02598.4973-44.3565

#769ded color RGB value is (118,157,237).

#769ded hex color red value is 118, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #769ded hue: 0.61 , saturation: 0.77 and the lightness value of 769ded is 0.70.

The process color (four color CMYK) of #769ded color hex is 0.50, 0.34, 0.00, 0.07. Web safe color of #769ded is #6699ff. Color #769ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 11101101
Octal 166 235 355
Decimal 118 157 237
Hex 76 9D ED

RGB Percentages of Color #769ded

%23.05
%30.66
%46.29

CMYK Percentages of Color #769ded

%50
%34
%0
%7

Triadic Colors of #769ded

#769ded #ed769d #9ded76

Analogous Colors of #769ded

#769ded #8b76ed #76d9ed

Monochromatic Colors of #769ded

#769ded

Complementary Color

#769ded #edc676

#769ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ded Color CSS Codes

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

#769ded Text Font Color

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

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


#769ded Background Color

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

This div background color is #769ded


#769ded Border Color

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

This div border color is #769ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ded


Comments

No comments written yet.

Please login to write comment.