Color Hex Logo

#678eda Color Hex

#678EDA
(103,142,218)
0 Favorites   0 Comments

Color spaces of #678eda

RGB 103142218
HSL0.610.610.63
HSV220°53°85°
CMYK 0.530.350.00   0.15
XYZ27.921427.291570.1258
Yxy27.29150.22280.2177
Hunter Lab52.24133.9807-43.0187
CIE-Lab59.24328.0570-42.9877

#678eda color RGB value is (103,142,218).

#678eda hex color red value is 103, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #678eda hue: 0.61 , saturation: 0.61 and the lightness value of 678eda is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001110 11011010
Octal 147 216 332
Decimal 103 142 218
Hex 67 8E DA

RGB Percentages of Color #678eda

%22.25
%30.67
%47.08

CMYK Percentages of Color #678eda

%53
%35
%0
%15

Triadic Colors of #678eda

#678eda #da678e #8eda67

Analogous Colors of #678eda

#678eda #7a67da #67c8da

Monochromatic Colors of #678eda

#678eda

Complementary Color

#678eda #dab367

#678eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#678eda Color CSS Codes

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

#678eda Text Font Color

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

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


#678eda Background Color

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

This div background color is #678eda


#678eda Border Color

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

This div border color is #678eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678eda


Comments

No comments written yet.

Please login to write comment.