Color Hex Logo

#6cdfcb Color Hex

#6CDFCB
(108,223,203)
0 Favorites   0 Comments

Color spaces of #6cdfcb

RGB 108223203
HSL0.470.640.65
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ43.351560.275365.8493
Yxy60.27530.25580.3557
Hunter Lab77.6372-36.19324.0582
CIE-Lab81.9876-37.4804-0.1883

#6cdfcb color RGB value is (108,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 11001011
Octal 154 337 313
Decimal 108 223 203
Hex 6C DF CB

RGB Percentages of Color #6cdfcb

%20.22
%41.76
%38.01

CMYK Percentages of Color #6cdfcb

%52
%0
%9
%13

Triadic Colors of #6cdfcb

#6cdfcb #cb6cdf #dfcb6c

Analogous Colors of #6cdfcb

#6cdfcb #6cbadf #6cdf92

Monochromatic Colors of #6cdfcb

#6cdfcb

Complementary Color

#6cdfcb #df6c80

#6cdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdfcb Color CSS Codes

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

#6cdfcb Text Font Color

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

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


#6cdfcb Background Color

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

This div background color is #6cdfcb


#6cdfcb Border Color

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

This div border color is #6cdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdfcb


Comments

No comments written yet.

Please login to write comment.