Color Hex Logo

#6dcfcb Color Hex

#6DCFCB
(109,207,203)
0 Favorites   0 Comments

Color spaces of #6dcfcb

RGB 109207203
HSL0.490.510.62
HSV178°47°81°
CMYK 0.470.000.02   0.19
XYZ39.399052.188764.4968
Yxy52.18870.25240.3344
Hunter Lab72.2417-29.0732-2.3644
CIE-Lab77.3935-29.7500-6.9432

#6dcfcb color RGB value is (109,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 11001011
Octal 155 317 313
Decimal 109 207 203
Hex 6D CF CB

RGB Percentages of Color #6dcfcb

%21.00
%39.88
%39.11

CMYK Percentages of Color #6dcfcb

%47
%0
%2
%19

Triadic Colors of #6dcfcb

#6dcfcb #cb6dcf #cfcb6d

Analogous Colors of #6dcfcb

#6dcfcb #6da2cf #6dcf9a

Monochromatic Colors of #6dcfcb

#6dcfcb

Complementary Color

#6dcfcb #cf6d71

#6dcfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfcb Color CSS Codes

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

#6dcfcb Text Font Color

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

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


#6dcfcb Background Color

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

This div background color is #6dcfcb


#6dcfcb Border Color

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

This div border color is #6dcfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfcb


Comments

No comments written yet.

Please login to write comment.