Color Hex Logo

#767dae Color Hex

#767DAE
(118,125,174)
0 Favorites   0 Comments

Color spaces of #767dae

RGB 118125174
HSL0.650.260.57
HSV233°32°68°
CMYK 0.320.280.00   0.32
XYZ22.444821.574843.0258
Yxy21.57480.25790.2479
Hunter Lab46.44874.9691-22.4067
CIE-Lab53.57299.1670-26.8107

#767dae color RGB value is (118,125,174).

#767dae hex color red value is 118, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #767dae hue: 0.65 , saturation: 0.26 and the lightness value of 767dae is 0.57.

The process color (four color CMYK) of #767dae color hex is 0.32, 0.28, 0.00, 0.32. Web safe color of #767dae is #666699. Color #767dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111101 10101110
Octal 166 175 256
Decimal 118 125 174
Hex 76 7D AE

RGB Percentages of Color #767dae

%28.30
%29.98
%41.73

CMYK Percentages of Color #767dae

%32
%28
%0
%32

Triadic Colors of #767dae

#767dae #ae767d #7dae76

Analogous Colors of #767dae

#767dae #8b76ae #7699ae

Monochromatic Colors of #767dae

#767dae

Complementary Color

#767dae #aea776

#767dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#767dae Color CSS Codes

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

#767dae Text Font Color

<p style="color:#767dae">Text here</p>

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


#767dae Background Color

<div style="background-color:#767dae">
Div content here</div>

This div background color is #767dae


#767dae Border Color

<div style="border:3px solid #767dae">
Div here</div>

This div border color is #767dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,125,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767dae;
  -webkit-box-shadow: 1px 1px 3px 2px #767dae;
  box-shadow:         1px 1px 3px 2px #767dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767dae


Comments

No comments written yet.

Please login to write comment.