Color Hex Logo

#678ad8 Color Hex

#678AD8
(103,138,216)
0 Favorites   0 Comments

Color spaces of #678ad8

RGB 103138216
HSL0.620.590.63
HSV221°52°85°
CMYK 0.520.360.00   0.15
XYZ27.076726.018468.5607
Yxy26.01840.22260.2139
Hunter Lab51.00825.4887-43.9865
CIE-Lab58.05459.7944-43.7425

#678ad8 color RGB value is (103,138,216).

#678ad8 hex color red value is 103, green value is 138 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #678ad8 hue: 0.62 , saturation: 0.59 and the lightness value of 678ad8 is 0.63.

The process color (four color CMYK) of #678ad8 color hex is 0.52, 0.36, 0.00, 0.15. Web safe color of #678ad8 is #6699cc. Color #678ad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001010 11011000
Octal 147 212 330
Decimal 103 138 216
Hex 67 8A D8

RGB Percentages of Color #678ad8

%22.54
%30.20
%47.26

CMYK Percentages of Color #678ad8

%52
%36
%0
%15

Triadic Colors of #678ad8

#678ad8 #d8678a #8ad867

Analogous Colors of #678ad8

#678ad8 #7d67d8 #67c3d8

Monochromatic Colors of #678ad8

#678ad8

Complementary Color

#678ad8 #d8b567

#678ad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678ad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#678ad8 Color CSS Codes

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

#678ad8 Text Font Color

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

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


#678ad8 Background Color

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

This div background color is #678ad8


#678ad8 Border Color

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

This div border color is #678ad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678ad8


Comments

No comments written yet.

Please login to write comment.