Color Hex Logo

#6edcbb Color Hex

#6EDCBB
(110,220,187)
0 Favorites   0 Comments

Color spaces of #6edcbb

RGB 110220187
HSL0.450.610.65
HSV162°50°86°
CMYK 0.500.000.15   0.14
XYZ40.993258.089356.0655
Yxy58.08930.26420.3744
Hunter Lab76.2163-37.37189.7371
CIE-Lab80.7884-39.42116.5735

#6edcbb color RGB value is (110,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 10111011
Octal 156 334 273
Decimal 110 220 187
Hex 6E DC BB

RGB Percentages of Color #6edcbb

%21.28
%42.55
%36.17

CMYK Percentages of Color #6edcbb

%50
%0
%15
%14

Triadic Colors of #6edcbb

#6edcbb #bb6edc #dcbb6e

Analogous Colors of #6edcbb

#6edcbb #6ec6dc #6edc84

Monochromatic Colors of #6edcbb

#6edcbb

Complementary Color

#6edcbb #dc6e8f

#6edcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcbb Color CSS Codes

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

#6edcbb Text Font Color

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

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


#6edcbb Background Color

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

This div background color is #6edcbb


#6edcbb Border Color

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

This div border color is #6edcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcbb


Comments

No comments written yet.

Please login to write comment.