Color Hex Logo

#6dcfae Color Hex

#6DCFAE
(109,207,174)
0 Favorites   0 Comments

Color spaces of #6dcfae

RGB 109207174
HSL0.440.510.62
HSV160°47°81°
CMYK 0.470.000.16   0.19
XYZ36.259550.932847.9643
Yxy50.93280.26830.3768
Hunter Lab71.3672-34.202210.1096
CIE-Lab76.6383-36.67237.5441

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 10101110
Octal 155 317 256
Decimal 109 207 174
Hex 6D CF AE

RGB Percentages of Color #6dcfae

%22.24
%42.24
%35.51

CMYK Percentages of Color #6dcfae

%47
%0
%16
%19

Triadic Colors of #6dcfae

#6dcfae #ae6dcf #cfae6d

Analogous Colors of #6dcfae

#6dcfae #6dbfcf #6dcf7d

Monochromatic Colors of #6dcfae

#6dcfae

Complementary Color

#6dcfae #cf6d8e

#6dcfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfae Color CSS Codes

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

#6dcfae Text Font Color

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

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


#6dcfae Background Color

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

This div background color is #6dcfae


#6dcfae Border Color

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

This div border color is #6dcfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfae


Comments

No comments written yet.

Please login to write comment.