Color Hex Logo

#6dd48e Color Hex

#6DD48E
(109,212,142)
0 Favorites   0 Comments

Color spaces of #6dd48e

RGB 109212142
HSL0.390.540.63
HSV139°49°83°
CMYK 0.490.000.33   0.17
XYZ34.732652.291233.8538
Yxy52.29120.28730.4326
Hunter Lab72.3127-40.811522.8617
CIE-Lab77.4546-45.354425.6371

#6dd48e color RGB value is (109,212,142).

#6dd48e hex color red value is 109, green value is 212 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6dd48e hue: 0.39 , saturation: 0.54 and the lightness value of 6dd48e is 0.63.

The process color (four color CMYK) of #6dd48e color hex is 0.49, 0.00, 0.33, 0.17. Web safe color of #6dd48e is #66cc99. Color #6dd48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11010100 10001110
Octal 155 324 216
Decimal 109 212 142
Hex 6D D4 8E

RGB Percentages of Color #6dd48e

%23.54
%45.79
%30.67

CMYK Percentages of Color #6dd48e

%49
%0
%33
%17

Triadic Colors of #6dd48e

#6dd48e #8e6dd4 #d48e6d

Analogous Colors of #6dd48e

#6dd48e #6dd4c2 #80d46d

Monochromatic Colors of #6dd48e

#6dd48e

Complementary Color

#6dd48e #d46db3

#6dd48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd48e Color CSS Codes

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

#6dd48e Text Font Color

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

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


#6dd48e Background Color

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

This div background color is #6dd48e


#6dd48e Border Color

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

This div border color is #6dd48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd48e


Comments

No comments written yet.

Please login to write comment.