Color Hex Logo

#769cfc Color Hex

#769CFC
(118,156,252)
0 Favorites   0 Comments

Color spaces of #769cfc

RGB 118156252
HSL0.620.960.73
HSV223°53°99°
CMYK 0.530.380.00   0.01
XYZ36.930434.656896.8384
Yxy34.65680.21930.2058
Hunter Lab58.87008.9542-56.3202
CIE-Lab65.480613.6441-51.8516

#769cfc color RGB value is (118,156,252).

#769cfc hex color red value is 118, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #769cfc hue: 0.62 , saturation: 0.96 and the lightness value of 769cfc is 0.73.

The process color (four color CMYK) of #769cfc color hex is 0.53, 0.38, 0.00, 0.01. Web safe color of #769cfc is #6699ff. Color #769cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011100 11111100
Octal 166 234 374
Decimal 118 156 252
Hex 76 9C FC

RGB Percentages of Color #769cfc

%22.43
%29.66
%47.91

CMYK Percentages of Color #769cfc

%53
%38
%0
%1

Triadic Colors of #769cfc

#769cfc #fc769c #9cfc76

Analogous Colors of #769cfc

#769cfc #9376fc #76dffc

Monochromatic Colors of #769cfc

#769cfc

Complementary Color

#769cfc #fcd676

#769cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#769cfc Color CSS Codes

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

#769cfc Text Font Color

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

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


#769cfc Background Color

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

This div background color is #769cfc


#769cfc Border Color

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

This div border color is #769cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769cfc


Comments

No comments written yet.

Please login to write comment.