Color Hex Logo

#6ed0cb Color Hex

#6ED0CB
(110,208,203)
0 Favorites   0 Comments

Color spaces of #6ed0cb

RGB 110208203
HSL0.490.510.62
HSV177°47°82°
CMYK 0.470.000.02   0.18
XYZ39.765852.738564.5836
Yxy52.73850.25310.3357
Hunter Lab72.6213-29.3446-1.8929
CIE-Lab77.7204-30.0054-6.4550

#6ed0cb color RGB value is (110,208,203).

#6ed0cb hex color red value is 110, green value is 208 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6ed0cb hue: 0.49 , saturation: 0.51 and the lightness value of 6ed0cb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010000 11001011
Octal 156 320 313
Decimal 110 208 203
Hex 6E D0 CB

RGB Percentages of Color #6ed0cb

%21.11
%39.92
%38.96

CMYK Percentages of Color #6ed0cb

%47
%0
%2
%18

Triadic Colors of #6ed0cb

#6ed0cb #cb6ed0 #d0cb6e

Analogous Colors of #6ed0cb

#6ed0cb #6ea4d0 #6ed09a

Monochromatic Colors of #6ed0cb

#6ed0cb

Complementary Color

#6ed0cb #d06e73

#6ed0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed0cb Color CSS Codes

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

#6ed0cb Text Font Color

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

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


#6ed0cb Background Color

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

This div background color is #6ed0cb


#6ed0cb Border Color

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

This div border color is #6ed0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed0cb


Comments

No comments written yet.

Please login to write comment.