Color Hex Logo

#677ebd Color Hex

#677EBD
(103,126,189)
0 Favorites   0 Comments

Color spaces of #677ebd

RGB 103126189
HSL0.620.390.57
HSV224°46°74°
CMYK 0.460.330.00   0.26
XYZ22.239721.479451.1179
Yxy21.47940.23450.2265
Hunter Lab46.34594.5504-32.9527
CIE-Lab53.47028.6654-35.6655

#677ebd color RGB value is (103,126,189).

#677ebd hex color red value is 103, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #677ebd hue: 0.62 , saturation: 0.39 and the lightness value of 677ebd is 0.57.

The process color (four color CMYK) of #677ebd color hex is 0.46, 0.33, 0.00, 0.26. Web safe color of #677ebd is #6666cc. Color #677ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111110 10111101
Octal 147 176 275
Decimal 103 126 189
Hex 67 7E BD

RGB Percentages of Color #677ebd

%24.64
%30.14
%45.22

CMYK Percentages of Color #677ebd

%46
%33
%0
%26

Triadic Colors of #677ebd

#677ebd #bd677e #7ebd67

Analogous Colors of #677ebd

#677ebd #7b67bd #67a9bd

Monochromatic Colors of #677ebd

#677ebd

Complementary Color

#677ebd #bda667

#677ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#677ebd Color CSS Codes

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

#677ebd Text Font Color

<p style="color:#677ebd">Text here</p>

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


#677ebd Background Color

<div style="background-color:#677ebd">
Div content here</div>

This div background color is #677ebd


#677ebd Border Color

<div style="border:3px solid #677ebd">
Div here</div>

This div border color is #677ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,126,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #677ebd;
  box-shadow:         1px 1px 3px 2px #677ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677ebd


Comments

No comments written yet.

Please login to write comment.