Color Hex Logo

#769ad5 Color Hex

#769AD5
(118,154,213)
0 Favorites   0 Comments

Color spaces of #769ad5

RGB 118154213
HSL0.600.530.65
HSV217°45°84°
CMYK 0.450.280.00   0.16
XYZ31.037131.766967.4466
Yxy31.76690.23830.2439
Hunter Lab56.3621-0.3386-31.4968
CIE-Lab63.14983.1483-34.0240

#769ad5 color RGB value is (118,154,213).

#769ad5 hex color red value is 118, green value is 154 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #769ad5 hue: 0.60 , saturation: 0.53 and the lightness value of 769ad5 is 0.65.

The process color (four color CMYK) of #769ad5 color hex is 0.45, 0.28, 0.00, 0.16. Web safe color of #769ad5 is #6699cc. Color #769ad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11010101
Octal 166 232 325
Decimal 118 154 213
Hex 76 9A D5

RGB Percentages of Color #769ad5

%24.33
%31.75
%43.92

CMYK Percentages of Color #769ad5

%45
%28
%0
%16

Triadic Colors of #769ad5

#769ad5 #d5769a #9ad576

Analogous Colors of #769ad5

#769ad5 #8276d5 #76cad5

Monochromatic Colors of #769ad5

#769ad5

Complementary Color

#769ad5 #d5b176

#769ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ad5 Color CSS Codes

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

#769ad5 Text Font Color

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

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


#769ad5 Background Color

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

This div background color is #769ad5


#769ad5 Border Color

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

This div border color is #769ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ad5


Comments

No comments written yet.

Please login to write comment.