Color Hex Logo

#6ddca4 Color Hex

#6DDCA4
(109,220,164)
0 Favorites   0 Comments

Color spaces of #6ddca4

RGB 109220164
HSL0.420.610.65
HSV150°50°86°
CMYK 0.500.000.25   0.14
XYZ38.600757.117944.1124
Yxy57.11790.27610.4085
Hunter Lab75.5764-41.089718.2971
CIE-Lab80.2459-44.579717.9519

#6ddca4 color RGB value is (109,220,164).

#6ddca4 hex color red value is 109, green value is 220 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #6ddca4 hue: 0.42 , saturation: 0.61 and the lightness value of 6ddca4 is 0.65.

The process color (four color CMYK) of #6ddca4 color hex is 0.50, 0.00, 0.25, 0.14. Web safe color of #6ddca4 is #66cc99. Color #6ddca4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011100 10100100
Octal 155 334 244
Decimal 109 220 164
Hex 6D DC A4

RGB Percentages of Color #6ddca4

%22.11
%44.62
%33.27

CMYK Percentages of Color #6ddca4

%50
%0
%25
%14

Triadic Colors of #6ddca4

#6ddca4 #a46ddc #dca46d

Analogous Colors of #6ddca4

#6ddca4 #6ddcdc #6edc6d

Monochromatic Colors of #6ddca4

#6ddca4

Complementary Color

#6ddca4 #dc6da5

#6ddca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddca4 Color CSS Codes

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

#6ddca4 Text Font Color

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

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


#6ddca4 Background Color

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

This div background color is #6ddca4


#6ddca4 Border Color

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

This div border color is #6ddca4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,220,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 #6ddca4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddca4


Comments

No comments written yet.

Please login to write comment.