Color Hex Logo

#6eccea Color Hex

#6ECCEA
(110,204,234)
0 Favorites   0 Comments

Color spaces of #6eccea

RGB 110204234
HSL0.540.750.67
HSV195°53°92°
CMYK 0.530.130.00   0.08
XYZ42.874652.441285.7043
Yxy52.44120.23680.2897
Hunter Lab72.4163-21.0463-19.4780
CIE-Lab77.5439-19.7431-23.3794

#6eccea color RGB value is (110,204,234).

#6eccea hex color red value is 110, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6eccea hue: 0.54 , saturation: 0.75 and the lightness value of 6eccea is 0.67.

The process color (four color CMYK) of #6eccea color hex is 0.53, 0.13, 0.00, 0.08. Web safe color of #6eccea is #66ccff. Color #6eccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001100 11101010
Octal 156 314 352
Decimal 110 204 234
Hex 6E CC EA

RGB Percentages of Color #6eccea

%20.07
%37.23
%42.70

CMYK Percentages of Color #6eccea

%53
%13
%0
%8

Triadic Colors of #6eccea

#6eccea #ea6ecc #ccea6e

Analogous Colors of #6eccea

#6eccea #6e8eea #6eeaca

Monochromatic Colors of #6eccea

#6eccea

Complementary Color

#6eccea #ea8c6e

#6eccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eccea Color CSS Codes

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

#6eccea Text Font Color

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

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


#6eccea Background Color

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

This div background color is #6eccea


#6eccea Border Color

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

This div border color is #6eccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eccea


Comments

No comments written yet.

Please login to write comment.