Color Hex Logo

#678edd Color Hex

#678EDD
(103,142,221)
0 Favorites   0 Comments

Color spaces of #678edd

RGB 103142221
HSL0.610.630.64
HSV220°53°87°
CMYK 0.530.360.00   0.13
XYZ28.317727.450072.2125
Yxy27.45000.22130.2145
Hunter Lab52.39274.7900-45.0440
CIE-Lab59.38868.9955-44.4335

#678edd color RGB value is (103,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001110 11011101
Octal 147 216 335
Decimal 103 142 221
Hex 67 8E DD

RGB Percentages of Color #678edd

%22.10
%30.47
%47.42

CMYK Percentages of Color #678edd

%53
%36
%0
%13

Triadic Colors of #678edd

#678edd #dd678e #8edd67

Analogous Colors of #678edd

#678edd #7b67dd #67c9dd

Monochromatic Colors of #678edd

#678edd

Complementary Color

#678edd #ddb667

#678edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#678edd Color CSS Codes

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

#678edd Text Font Color

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

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


#678edd Background Color

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

This div background color is #678edd


#678edd Border Color

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

This div border color is #678edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678edd


Comments

No comments written yet.

Please login to write comment.