Color Hex Logo

#676dad Color Hex

#676DAD
(103,109,173)
0 Favorites   0 Comments

Color spaces of #676dad

RGB 103109173
HSL0.650.300.54
HSV235°40°68°
CMYK 0.400.370.00   0.32
XYZ18.605016.838041.8046
Yxy16.83800.24080.2180
Hunter Lab41.03419.1227-31.6794
CIE-Lab48.055314.2131-34.9220

#676dad color RGB value is (103,109,173).

#676dad hex color red value is 103, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #676dad hue: 0.65 , saturation: 0.30 and the lightness value of 676dad is 0.54.

The process color (four color CMYK) of #676dad color hex is 0.40, 0.37, 0.00, 0.32. Web safe color of #676dad is #666699. Color #676dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101101 10101101
Octal 147 155 255
Decimal 103 109 173
Hex 67 6D AD

RGB Percentages of Color #676dad

%26.75
%28.31
%44.94

CMYK Percentages of Color #676dad

%40
%37
%0
%32

Triadic Colors of #676dad

#676dad #ad676d #6dad67

Analogous Colors of #676dad

#676dad #8467ad #6790ad

Monochromatic Colors of #676dad

#676dad

Complementary Color

#676dad #ada767

#676dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#676dad Color CSS Codes

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

#676dad Text Font Color

<p style="color:#676dad">Text here</p>

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


#676dad Background Color

<div style="background-color:#676dad">
Div content here</div>

This div background color is #676dad


#676dad Border Color

<div style="border:3px solid #676dad">
Div here</div>

This div border color is #676dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676dad;
  -webkit-box-shadow: 1px 1px 3px 2px #676dad;
  box-shadow:         1px 1px 3px 2px #676dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,109,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676dad


Comments

No comments written yet.

Please login to write comment.