Color Hex Logo

#769cde Color Hex

#769CDE
(118,156,222)
0 Favorites   0 Comments

Color spaces of #769cde

RGB 118156222
HSL0.610.610.67
HSV218°47°87°
CMYK 0.470.300.00   0.13
XYZ32.544532.902473.7428
Yxy32.90240.23380.2364
Hunter Lab57.36060.8939-36.0708
CIE-Lab64.08184.6171-37.5651

#769cde color RGB value is (118,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011100 11011110
Octal 166 234 336
Decimal 118 156 222
Hex 76 9C DE

RGB Percentages of Color #769cde

%23.79
%31.45
%44.76

CMYK Percentages of Color #769cde

%47
%30
%0
%13

Triadic Colors of #769cde

#769cde #de769c #9cde76

Analogous Colors of #769cde

#769cde #8476de #76d0de

Monochromatic Colors of #769cde

#769cde

Complementary Color

#769cde #deb876

#769cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#769cde Color CSS Codes

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

#769cde Text Font Color

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

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


#769cde Background Color

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

This div background color is #769cde


#769cde Border Color

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

This div border color is #769cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769cde


Comments

No comments written yet.

Please login to write comment.