Color Hex Logo

#6cddcb Color Hex

#6CDDCB
(108,221,203)
0 Favorites   0 Comments

Color spaces of #6cddcb

RGB 108221203
HSL0.470.620.65
HSV170°51°87°
CMYK 0.510.000.08   0.13
XYZ42.820359.212865.6723
Yxy59.21280.25530.3531
Hunter Lab76.9499-35.33233.2643
CIE-Lab81.4084-36.5625-1.0352

#6cddcb color RGB value is (108,221,203).

#6cddcb hex color red value is 108, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6cddcb hue: 0.47 , saturation: 0.62 and the lightness value of 6cddcb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 11001011
Octal 154 335 313
Decimal 108 221 203
Hex 6C DD CB

RGB Percentages of Color #6cddcb

%20.30
%41.54
%38.16

CMYK Percentages of Color #6cddcb

%51
%0
%8
%13

Triadic Colors of #6cddcb

#6cddcb #cb6cdd #ddcb6c

Analogous Colors of #6cddcb

#6cddcb #6cb7dd #6cdd93

Monochromatic Colors of #6cddcb

#6cddcb

Complementary Color

#6cddcb #dd6c7e

#6cddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddcb Color CSS Codes

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

#6cddcb Text Font Color

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

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


#6cddcb Background Color

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

This div background color is #6cddcb


#6cddcb Border Color

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

This div border color is #6cddcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,221,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 #6cddcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddcb


Comments

No comments written yet.

Please login to write comment.