Color Hex Logo

#6ecfbd Color Hex

#6ECFBD
(110,207,189)
0 Favorites   0 Comments

Color spaces of #6ecfbd

RGB 110207189
HSL0.470.500.62
HSV169°47°81°
CMYK 0.470.000.09   0.19
XYZ37.928551.614856.1077
Yxy51.61480.26040.3544
Hunter Lab71.8434-31.49003.9866
CIE-Lab77.0499-32.96610.0876

#6ecfbd color RGB value is (110,207,189).

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

The process color (four color CMYK) of #6ecfbd color hex is 0.47, 0.00, 0.09, 0.19. Web safe color of #6ecfbd is #66cccc. Color #6ecfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001111 10111101
Octal 156 317 275
Decimal 110 207 189
Hex 6E CF BD

RGB Percentages of Color #6ecfbd

%21.74
%40.91
%37.35

CMYK Percentages of Color #6ecfbd

%47
%0
%9
%19

Triadic Colors of #6ecfbd

#6ecfbd #bd6ecf #cfbd6e

Analogous Colors of #6ecfbd

#6ecfbd #6eb1cf #6ecf8d

Monochromatic Colors of #6ecfbd

#6ecfbd

Complementary Color

#6ecfbd #cf6e80

#6ecfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecfbd Color CSS Codes

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

#6ecfbd Text Font Color

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

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


#6ecfbd Background Color

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

This div background color is #6ecfbd


#6ecfbd Border Color

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

This div border color is #6ecfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecfbd


Comments

No comments written yet.

Please login to write comment.