Color Hex Logo

#769afd Color Hex

#769AFD
(118,154,253)
0 Favorites   0 Comments

Color spaces of #769afd

RGB 118154253
HSL0.620.970.73
HSV224°53°99°
CMYK 0.530.390.00   0.01
XYZ36.756434.054697.5644
Yxy34.05460.21830.2023
Hunter Lab58.356310.3067-58.2760
CIE-Lab65.005915.1163-53.1495

#769afd color RGB value is (118,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11111101
Octal 166 232 375
Decimal 118 154 253
Hex 76 9A FD

RGB Percentages of Color #769afd

%22.48
%29.33
%48.19

CMYK Percentages of Color #769afd

%53
%39
%0
%1

Triadic Colors of #769afd

#769afd #fd769a #9afd76

Analogous Colors of #769afd

#769afd #9676fd #76defd

Monochromatic Colors of #769afd

#769afd

Complementary Color

#769afd #fdd976

#769afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769afd Color CSS Codes

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

#769afd Text Font Color

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

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


#769afd Background Color

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

This div background color is #769afd


#769afd Border Color

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

This div border color is #769afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769afd


Comments

No comments written yet.

Please login to write comment.