Color Hex Logo

#6cdebe Color Hex

#6CDEBE
(108,222,190)
0 Favorites   0 Comments

Color spaces of #6cdebe

RGB 108222190
HSL0.450.630.65
HSV163°51°87°
CMYK 0.510.000.14   0.13
XYZ41.599959.148457.9394
Yxy59.14840.26210.3727
Hunter Lab76.9080-38.03759.1689
CIE-Lab81.3731-40.08685.8151

#6cdebe color RGB value is (108,222,190).

#6cdebe hex color red value is 108, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6cdebe hue: 0.45 , saturation: 0.63 and the lightness value of 6cdebe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 10111110
Octal 154 336 276
Decimal 108 222 190
Hex 6C DE BE

RGB Percentages of Color #6cdebe

%20.77
%42.69
%36.54

CMYK Percentages of Color #6cdebe

%51
%0
%14
%13

Triadic Colors of #6cdebe

#6cdebe #be6cde #debe6c

Analogous Colors of #6cdebe

#6cdebe #6cc5de #6cde85

Monochromatic Colors of #6cdebe

#6cdebe

Complementary Color

#6cdebe #de6c8c

#6cdebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdebe Color CSS Codes

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

#6cdebe Text Font Color

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

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


#6cdebe Background Color

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

This div background color is #6cdebe


#6cdebe Border Color

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

This div border color is #6cdebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,222,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cdebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cdebe;
  -webkit-box-shadow: 1px 1px 3px 2px #6cdebe;
  box-shadow:         1px 1px 3px 2px #6cdebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,222,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdebe


Comments

No comments written yet.

Please login to write comment.