Color Hex Logo

#6dcfaf Color Hex

#6DCFAF
(109,207,175)
0 Favorites   0 Comments

Color spaces of #6dcfaf

RGB 109207175
HSL0.450.510.62
HSV160°47°81°
CMYK 0.470.000.15   0.19
XYZ36.357450.972048.4798
Yxy50.97200.26770.3753
Hunter Lab71.3947-34.04049.7160
CIE-Lab76.6620-36.44877.0418

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 10101111
Octal 155 317 257
Decimal 109 207 175
Hex 6D CF AF

RGB Percentages of Color #6dcfaf

%22.20
%42.16
%35.64

CMYK Percentages of Color #6dcfaf

%47
%0
%15
%19

Triadic Colors of #6dcfaf

#6dcfaf #af6dcf #cfaf6d

Analogous Colors of #6dcfaf

#6dcfaf #6dbecf #6dcf7e

Monochromatic Colors of #6dcfaf

#6dcfaf

Complementary Color

#6dcfaf #cf6d8d

#6dcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfaf Color CSS Codes

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

#6dcfaf Text Font Color

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

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


#6dcfaf Background Color

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

This div background color is #6dcfaf


#6dcfaf Border Color

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

This div border color is #6dcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfaf


Comments

No comments written yet.

Please login to write comment.