Color Hex Logo

#6ea7ce Color Hex

#6EA7CE
(110,167,206)
0 Favorites   0 Comments

Color spaces of #6ea7ce

RGB 110167206
HSL0.570.490.62
HSV204°47°81°
CMYK 0.470.190.00   0.19
XYZ31.389735.408763.5727
Yxy35.40870.24080.2716
Hunter Lab59.5052-9.9733-21.6891
CIE-Lab66.0656-8.1212-25.6680

#6ea7ce color RGB value is (110,167,206).

#6ea7ce hex color red value is 110, green value is 167 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6ea7ce hue: 0.57 , saturation: 0.49 and the lightness value of 6ea7ce is 0.62.

The process color (four color CMYK) of #6ea7ce color hex is 0.47, 0.19, 0.00, 0.19. Web safe color of #6ea7ce is #6699cc. Color #6ea7ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100111 11001110
Octal 156 247 316
Decimal 110 167 206
Hex 6E A7 CE

RGB Percentages of Color #6ea7ce

%22.77
%34.58
%42.65

CMYK Percentages of Color #6ea7ce

%47
%19
%0
%19

Triadic Colors of #6ea7ce

#6ea7ce #ce6ea7 #a7ce6e

Analogous Colors of #6ea7ce

#6ea7ce #6e77ce #6ecec5

Monochromatic Colors of #6ea7ce

#6ea7ce

Complementary Color

#6ea7ce #ce956e

#6ea7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea7ce Color CSS Codes

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

#6ea7ce Text Font Color

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

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


#6ea7ce Background Color

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

This div background color is #6ea7ce


#6ea7ce Border Color

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

This div border color is #6ea7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea7ce


Comments

No comments written yet.

Please login to write comment.