Color Hex Logo

#678aba Color Hex

#678ABA
(103,138,186)
0 Favorites   0 Comments

Color spaces of #678aba

RGB 103138186
HSL0.600.380.57
HSV215°45°73°
CMYK 0.450.260.00   0.27
XYZ23.544924.605749.9628
Yxy24.60570.24000.2508
Hunter Lab49.6041-2.0811-24.9958
CIE-Lab56.68920.7036-28.9358

#678aba color RGB value is (103,138,186).

#678aba hex color red value is 103, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #678aba hue: 0.60 , saturation: 0.38 and the lightness value of 678aba is 0.57.

The process color (four color CMYK) of #678aba color hex is 0.45, 0.26, 0.00, 0.27. Web safe color of #678aba is #6699cc. Color #678aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001010 10111010
Octal 147 212 272
Decimal 103 138 186
Hex 67 8A BA

RGB Percentages of Color #678aba

%24.12
%32.32
%43.56

CMYK Percentages of Color #678aba

%45
%26
%0
%27

Triadic Colors of #678aba

#678aba #ba678a #8aba67

Analogous Colors of #678aba

#678aba #6e67ba #67b4ba

Monochromatic Colors of #678aba

#678aba

Complementary Color

#678aba #ba9767

#678aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#678aba Color CSS Codes

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

#678aba Text Font Color

<p style="color:#678aba">Text here</p>

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


#678aba Background Color

<div style="background-color:#678aba">
Div content here</div>

This div background color is #678aba


#678aba Border Color

<div style="border:3px solid #678aba">
Div here</div>

This div border color is #678aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,138,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #678aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #678aba;
  -webkit-box-shadow: 1px 1px 3px 2px #678aba;
  box-shadow:         1px 1px 3px 2px #678aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678aba


Comments

No comments written yet.

Please login to write comment.