Color Hex Logo

#6edcca Color Hex

#6EDCCA
(110,220,202)
0 Favorites   0 Comments

Color spaces of #6edcca

RGB 110220202
HSL0.470.610.65
HSV170°50°86°
CMYK 0.500.000.08   0.14
XYZ42.684358.765764.9703
Yxy58.76570.25650.3531
Hunter Lab76.6588-34.76253.4113
CIE-Lab81.1626-35.9093-0.8548

#6edcca color RGB value is (110,220,202).

#6edcca hex color red value is 110, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6edcca hue: 0.47 , saturation: 0.61 and the lightness value of 6edcca is 0.65.

The process color (four color CMYK) of #6edcca color hex is 0.50, 0.00, 0.08, 0.14. Web safe color of #6edcca is #66cccc. Color #6edcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 11001010
Octal 156 334 312
Decimal 110 220 202
Hex 6E DC CA

RGB Percentages of Color #6edcca

%20.68
%41.35
%37.97

CMYK Percentages of Color #6edcca

%50
%0
%8
%14

Triadic Colors of #6edcca

#6edcca #ca6edc #dcca6e

Analogous Colors of #6edcca

#6edcca #6eb7dc #6edc93

Monochromatic Colors of #6edcca

#6edcca

Complementary Color

#6edcca #dc6e80

#6edcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcca Color CSS Codes

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

#6edcca Text Font Color

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

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


#6edcca Background Color

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

This div background color is #6edcca


#6edcca Border Color

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

This div border color is #6edcca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,220,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 #6edcca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcca


Comments

No comments written yet.

Please login to write comment.