Color Hex Logo

#6e8fed Color Hex

#6E8FED
(110,143,237)
0 Favorites   0 Comments

Color spaces of #6e8fed

RGB 110143237
HSL0.620.780.68
HSV224°54°93°
CMYK 0.540.400.00   0.07
XYZ31.538929.074384.0704
Yxy29.07430.21800.2010
Hunter Lab53.920610.0461-54.6977
CIE-Lab60.847114.9190-50.9859

#6e8fed color RGB value is (110,143,237).

#6e8fed hex color red value is 110, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6e8fed hue: 0.62 , saturation: 0.78 and the lightness value of 6e8fed is 0.68.

The process color (four color CMYK) of #6e8fed color hex is 0.54, 0.40, 0.00, 0.07. Web safe color of #6e8fed is #6699ff. Color #6e8fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001111 11101101
Octal 156 217 355
Decimal 110 143 237
Hex 6E 8F ED

RGB Percentages of Color #6e8fed

%22.45
%29.18
%48.37

CMYK Percentages of Color #6e8fed

%54
%40
%0
%7

Triadic Colors of #6e8fed

#6e8fed #ed6e8f #8fed6e

Analogous Colors of #6e8fed

#6e8fed #8d6eed #6ecfed

Monochromatic Colors of #6e8fed

#6e8fed

Complementary Color

#6e8fed #edcc6e

#6e8fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e8fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e8fed Color CSS Codes

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

#6e8fed Text Font Color

<p style="color:#6e8fed">Text here</p>

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


#6e8fed Background Color

<div style="background-color:#6e8fed">
Div content here</div>

This div background color is #6e8fed


#6e8fed Border Color

<div style="border:3px solid #6e8fed">
Div here</div>

This div border color is #6e8fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,143,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e8fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e8fed;
  -webkit-box-shadow: 1px 1px 3px 2px #6e8fed;
  box-shadow:         1px 1px 3px 2px #6e8fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,143,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e8fed


Comments

No comments written yet.

Please login to write comment.