Color Hex Logo

#769dce Color Hex

#769DCE
(118,157,206)
0 Favorites   0 Comments

Color spaces of #769dce

RGB 118157206
HSL0.590.470.64
HSV213°43°81°
CMYK 0.430.240.00   0.19
XYZ30.668832.421763.0341
Yxy32.42170.24320.2571
Hunter Lab56.9401-3.5022-25.7775
CIE-Lab63.6899-0.5473-29.2907

#769dce color RGB value is (118,157,206).

#769dce hex color red value is 118, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #769dce hue: 0.59 , saturation: 0.47 and the lightness value of 769dce is 0.64.

The process color (four color CMYK) of #769dce color hex is 0.43, 0.24, 0.00, 0.19. Web safe color of #769dce is #6699cc. Color #769dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 11001110
Octal 166 235 316
Decimal 118 157 206
Hex 76 9D CE

RGB Percentages of Color #769dce

%24.53
%32.64
%42.83

CMYK Percentages of Color #769dce

%43
%24
%0
%19

Triadic Colors of #769dce

#769dce #ce769d #9dce76

Analogous Colors of #769dce

#769dce #7b76ce #76c9ce

Monochromatic Colors of #769dce

#769dce

Complementary Color

#769dce #cea776

#769dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dce Color CSS Codes

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

#769dce Text Font Color

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

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


#769dce Background Color

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

This div background color is #769dce


#769dce Border Color

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

This div border color is #769dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dce


Comments

No comments written yet.

Please login to write comment.