Color Hex Logo

#6cdecd Color Hex

#6CDECD
(108,222,205)
0 Favorites   0 Comments

Color spaces of #6cdecd

RGB 108222205
HSL0.480.630.65
HSV171°51°87°
CMYK 0.510.000.08   0.13
XYZ43.325159.838567.0241
Yxy59.83850.25460.3516
Hunter Lab77.3553-35.39782.7773
CIE-Lab81.7503-36.5359-1.5973

#6cdecd color RGB value is (108,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 11001101
Octal 154 336 315
Decimal 108 222 205
Hex 6C DE CD

RGB Percentages of Color #6cdecd

%20.19
%41.50
%38.32

CMYK Percentages of Color #6cdecd

%51
%0
%8
%13

Triadic Colors of #6cdecd

#6cdecd #cd6cde #decd6c

Analogous Colors of #6cdecd

#6cdecd #6cb6de #6cde94

Monochromatic Colors of #6cdecd

#6cdecd

Complementary Color

#6cdecd #de6c7d

#6cdecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdecd Color CSS Codes

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

#6cdecd Text Font Color

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

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


#6cdecd Background Color

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

This div background color is #6cdecd


#6cdecd Border Color

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

This div border color is #6cdecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdecd


Comments

No comments written yet.

Please login to write comment.