Color Hex Logo

#6dcfcf Color Hex

#6DCFCF
(109,207,207)
0 Favorites   0 Comments

Color spaces of #6dcfcf

RGB 109207207
HSL0.500.510.62
HSV180°47°81°
CMYK 0.470.000.00   0.19
XYZ39.882052.381967.0402
Yxy52.38190.25040.3288
Hunter Lab72.3753-28.2955-4.2567
CIE-Lab77.5086-28.7289-8.9242

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 11001111
Octal 155 317 317
Decimal 109 207 207
Hex 6D CF CF

RGB Percentages of Color #6dcfcf

%20.84
%39.58
%39.58

CMYK Percentages of Color #6dcfcf

%47
%0
%0
%19

Triadic Colors of #6dcfcf

#6dcfcf #cf6dcf #cfcf6d

Analogous Colors of #6dcfcf

#6dcfcf #6d9ecf #6dcf9e

Monochromatic Colors of #6dcfcf

#6dcfcf

Complementary Color

#6dcfcf #cf6d6d

#6dcfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfcf Color CSS Codes

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

#6dcfcf Text Font Color

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

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


#6dcfcf Background Color

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

This div background color is #6dcfcf


#6dcfcf Border Color

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

This div border color is #6dcfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfcf


Comments

No comments written yet.

Please login to write comment.