Color Hex Logo

#769ecf Color Hex

#769ECF
(118,158,207)
0 Favorites   0 Comments

Color spaces of #769ecf

RGB 118158207
HSL0.590.480.64
HSV213°43°81°
CMYK 0.430.240.00   0.19
XYZ30.960632.810363.7327
Yxy32.81030.24280.2573
Hunter Lab57.2803-3.7593-25.8726
CIE-Lab64.0070-0.8299-29.3574

#769ecf color RGB value is (118,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 11001111
Octal 166 236 317
Decimal 118 158 207
Hex 76 9E CF

RGB Percentages of Color #769ecf

%24.43
%32.71
%42.86

CMYK Percentages of Color #769ecf

%43
%24
%0
%19

Triadic Colors of #769ecf

#769ecf #cf769e #9ecf76

Analogous Colors of #769ecf

#769ecf #7b76cf #76cbcf

Monochromatic Colors of #769ecf

#769ecf

Complementary Color

#769ecf #cfa776

#769ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ecf Color CSS Codes

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

#769ecf Text Font Color

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

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


#769ecf Background Color

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

This div background color is #769ecf


#769ecf Border Color

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

This div border color is #769ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ecf


Comments

No comments written yet.

Please login to write comment.