Color Hex Logo

#769dec Color Hex

#769DEC
(118,157,236)
0 Favorites   0 Comments

Color spaces of #769dec

RGB 118157236
HSL0.610.760.69
HSV220°50°93°
CMYK 0.500.330.00   0.07
XYZ34.668534.021684.0965
Yxy34.02160.22690.2227
Hunter Lab58.32804.0212-44.6538
CIE-Lab64.97978.1968-43.8798

#769dec color RGB value is (118,157,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 11101100
Octal 166 235 354
Decimal 118 157 236
Hex 76 9D EC

RGB Percentages of Color #769dec

%23.09
%30.72
%46.18

CMYK Percentages of Color #769dec

%50
%33
%0
%7

Triadic Colors of #769dec

#769dec #ec769d #9dec76

Analogous Colors of #769dec

#769dec #8a76ec #76d8ec

Monochromatic Colors of #769dec

#769dec

Complementary Color

#769dec #ecc576

#769dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dec Color CSS Codes

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

#769dec Text Font Color

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

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


#769dec Background Color

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

This div background color is #769dec


#769dec Border Color

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

This div border color is #769dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dec


Comments

No comments written yet.

Please login to write comment.