Color Hex Logo

#6dcda4 Color Hex

#6DCDA4
(109,205,164)
0 Favorites   0 Comments

Color spaces of #6dcda4

RGB 109205164
HSL0.430.490.62
HSV154°47°80°
CMYK 0.470.000.20   0.20
XYZ34.838849.594242.8584
Yxy49.59420.27370.3896
Hunter Lab70.4231-34.935413.2133
CIE-Lab75.8195-37.942511.7361

#6dcda4 color RGB value is (109,205,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001101 10100100
Octal 155 315 244
Decimal 109 205 164
Hex 6D CD A4

RGB Percentages of Color #6dcda4

%22.80
%42.89
%34.31

CMYK Percentages of Color #6dcda4

%47
%0
%20
%20

Triadic Colors of #6dcda4

#6dcda4 #a46dcd #cda46d

Analogous Colors of #6dcda4

#6dcda4 #6dc6cd #6dcd74

Monochromatic Colors of #6dcda4

#6dcda4

Complementary Color

#6dcda4 #cd6d96

#6dcda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcda4 Color CSS Codes

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

#6dcda4 Text Font Color

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

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


#6dcda4 Background Color

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

This div background color is #6dcda4


#6dcda4 Border Color

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

This div border color is #6dcda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcda4


Comments

No comments written yet.

Please login to write comment.