Color Hex Logo

#769adf Color Hex

#769ADF
(118,154,223)
0 Favorites   0 Comments

Color spaces of #769adf

RGB 118154223
HSL0.610.620.67
HSV219°47°87°
CMYK 0.470.310.00   0.13
XYZ32.346132.290574.3399
Yxy32.29050.23270.2323
Hunter Lab56.82472.1635-37.7877
CIE-Lab63.58236.0580-38.8992

#769adf color RGB value is (118,154,223).

#769adf hex color red value is 118, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #769adf hue: 0.61 , saturation: 0.62 and the lightness value of 769adf is 0.67.

The process color (four color CMYK) of #769adf color hex is 0.47, 0.31, 0.00, 0.13. Web safe color of #769adf is #6699cc. Color #769adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11011111
Octal 166 232 337
Decimal 118 154 223
Hex 76 9A DF

RGB Percentages of Color #769adf

%23.84
%31.11
%45.05

CMYK Percentages of Color #769adf

%47
%31
%0
%13

Triadic Colors of #769adf

#769adf #df769a #9adf76

Analogous Colors of #769adf

#769adf #8776df #76cfdf

Monochromatic Colors of #769adf

#769adf

Complementary Color

#769adf #dfbb76

#769adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#769adf Color CSS Codes

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

#769adf Text Font Color

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

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


#769adf Background Color

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

This div background color is #769adf


#769adf Border Color

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

This div border color is #769adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769adf


Comments

No comments written yet.

Please login to write comment.