Color Hex Logo

#6dcfcc Color Hex

#6DCFCC
(109,207,204)
0 Favorites   0 Comments

Color spaces of #6dcfcc

RGB 109207204
HSL0.490.510.62
HSV178°47°81°
CMYK 0.470.000.01   0.19
XYZ39.518652.236565.1265
Yxy52.23650.25190.3330
Hunter Lab72.2748-28.8803-2.8336
CIE-Lab77.4220-29.4960-7.4389

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 11001100
Octal 155 317 314
Decimal 109 207 204
Hex 6D CF CC

RGB Percentages of Color #6dcfcc

%20.96
%39.81
%39.23

CMYK Percentages of Color #6dcfcc

%47
%0
%1
%19

Triadic Colors of #6dcfcc

#6dcfcc #cc6dcf #cfcc6d

Analogous Colors of #6dcfcc

#6dcfcc #6da1cf #6dcf9b

Monochromatic Colors of #6dcfcc

#6dcfcc

Complementary Color

#6dcfcc #cf6d70

#6dcfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfcc Color CSS Codes

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

#6dcfcc Text Font Color

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

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


#6dcfcc Background Color

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

This div background color is #6dcfcc


#6dcfcc Border Color

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

This div border color is #6dcfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfcc


Comments

No comments written yet.

Please login to write comment.