Color Hex Logo

#677adc Color Hex

#677ADC
(103,122,220)
0 Favorites   0 Comments

Color spaces of #677adc

RGB 103122220
HSL0.640.630.63
HSV230°53°86°
CMYK 0.530.450.00   0.14
XYZ25.471321.969970.6083
Yxy21.96990.21580.1861
Hunter Lab46.872114.9747-56.5043
CIE-Lab53.995120.6570-52.4314

#677adc color RGB value is (103,122,220).

#677adc hex color red value is 103, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #677adc hue: 0.64 , saturation: 0.63 and the lightness value of 677adc is 0.63.

The process color (four color CMYK) of #677adc color hex is 0.53, 0.45, 0.00, 0.14. Web safe color of #677adc is #6666cc. Color #677adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111010 11011100
Octal 147 172 334
Decimal 103 122 220
Hex 67 7A DC

RGB Percentages of Color #677adc

%23.15
%27.42
%49.44

CMYK Percentages of Color #677adc

%53
%45
%0
%14

Triadic Colors of #677adc

#677adc #dc677a #7adc67

Analogous Colors of #677adc

#677adc #8f67dc #67b5dc

Monochromatic Colors of #677adc

#677adc

Complementary Color

#677adc #dcc967

#677adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#677adc Color CSS Codes

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

#677adc Text Font Color

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

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


#677adc Background Color

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

This div background color is #677adc


#677adc Border Color

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

This div border color is #677adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677adc


Comments

No comments written yet.

Please login to write comment.