Color Hex Logo

#769fcf Color Hex

#769FCF
(118,159,207)
0 Favorites   0 Comments

Color spaces of #769fcf

RGB 118159207
HSL0.590.480.64
HSV212°43°81°
CMYK 0.430.230.00   0.19
XYZ31.131833.152863.7898
Yxy33.15280.24310.2589
Hunter Lab57.5785-4.2501-25.3810
CIE-Lab64.2844-1.3928-28.9291

#769fcf color RGB value is (118,159,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 11001111
Octal 166 237 317
Decimal 118 159 207
Hex 76 9F CF

RGB Percentages of Color #769fcf

%24.38
%32.85
%42.77

CMYK Percentages of Color #769fcf

%43
%23
%0
%19

Triadic Colors of #769fcf

#769fcf #cf769f #9fcf76

Analogous Colors of #769fcf

#769fcf #7a76cf #76cccf

Monochromatic Colors of #769fcf

#769fcf

Complementary Color

#769fcf #cfa676

#769fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fcf Color CSS Codes

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

#769fcf Text Font Color

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

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


#769fcf Background Color

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

This div background color is #769fcf


#769fcf Border Color

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

This div border color is #769fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fcf


Comments

No comments written yet.

Please login to write comment.