Color Hex Logo

#769ffa Color Hex

#769FFA
(118,159,250)
0 Favorites   0 Comments

Color spaces of #769ffa

RGB 118159250
HSL0.610.930.72
HSV221°53°98°
CMYK 0.530.360.00   0.02
XYZ37.124735.550095.3476
Yxy35.55000.22100.2116
Hunter Lab59.62386.8011-53.0771
CIE-Lab66.174611.2912-49.6629

#769ffa color RGB value is (118,159,250).

#769ffa hex color red value is 118, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #769ffa hue: 0.61 , saturation: 0.93 and the lightness value of 769ffa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 11111010
Octal 166 237 372
Decimal 118 159 250
Hex 76 9F FA

RGB Percentages of Color #769ffa

%22.39
%30.17
%47.44

CMYK Percentages of Color #769ffa

%53
%36
%0
%2

Triadic Colors of #769ffa

#769ffa #fa769f #9ffa76

Analogous Colors of #769ffa

#769ffa #8f76fa #76e1fa

Monochromatic Colors of #769ffa

#769ffa

Complementary Color

#769ffa #fad176

#769ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ffa Color CSS Codes

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

#769ffa Text Font Color

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

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


#769ffa Background Color

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

This div background color is #769ffa


#769ffa Border Color

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

This div border color is #769ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ffa


Comments

No comments written yet.

Please login to write comment.