Color Hex Logo

#6eccca Color Hex

#6ECCCA
(110,204,202)
0 Favorites   0 Comments

Color spaces of #6eccca

RGB 110204202
HSL0.500.480.62
HSV179°46°80°
CMYK 0.460.000.01   0.20
XYZ38.683950.765063.6369
Yxy50.76500.25270.3316
Hunter Lab71.2496-27.7728-3.0805
CIE-Lab76.5364-28.3249-7.6711

#6eccca color RGB value is (110,204,202).

#6eccca hex color red value is 110, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6eccca hue: 0.50 , saturation: 0.48 and the lightness value of 6eccca is 0.62.

The process color (four color CMYK) of #6eccca color hex is 0.46, 0.00, 0.01, 0.20. Web safe color of #6eccca is #66cccc. Color #6eccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001100 11001010
Octal 156 314 312
Decimal 110 204 202
Hex 6E CC CA

RGB Percentages of Color #6eccca

%21.32
%39.53
%39.15

CMYK Percentages of Color #6eccca

%46
%0
%1
%20

Triadic Colors of #6eccca

#6eccca #ca6ecc #ccca6e

Analogous Colors of #6eccca

#6eccca #6e9fcc #6ecc9b

Monochromatic Colors of #6eccca

#6eccca

Complementary Color

#6eccca #cc6e70

#6eccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eccca Color CSS Codes

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

#6eccca Text Font Color

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

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


#6eccca Background Color

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

This div background color is #6eccca


#6eccca Border Color

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

This div border color is #6eccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eccca


Comments

No comments written yet.

Please login to write comment.