Color Hex Logo

#769efd Color Hex

#769EFD
(118,158,253)
0 Favorites   0 Comments

Color spaces of #769efd

RGB 118158253
HSL0.620.970.73
HSV222°53°99°
CMYK 0.530.380.00   0.01
XYZ37.427735.397197.7882
Yxy35.39710.21940.2075
Hunter Lab59.49558.1746-55.8037
CIE-Lab66.056712.7914-51.4851

#769efd color RGB value is (118,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011110 11111101
Octal 166 236 375
Decimal 118 158 253
Hex 76 9E FD

RGB Percentages of Color #769efd

%22.31
%29.87
%47.83

CMYK Percentages of Color #769efd

%53
%38
%0
%1

Triadic Colors of #769efd

#769efd #fd769e #9efd76

Analogous Colors of #769efd

#769efd #9276fd #76e2fd

Monochromatic Colors of #769efd

#769efd

Complementary Color

#769efd #fdd576

#769efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769efd Color CSS Codes

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

#769efd Text Font Color

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

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


#769efd Background Color

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

This div background color is #769efd


#769efd Border Color

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

This div border color is #769efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,158,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 #769efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769efd

Related Colors


Comments

No comments written yet.

Please login to write comment.