color codes Logo

#6fd38d color codes

#6FD38D
(111,211,141)
0 Favorites   0 Comments

Color spaces of #6fd38d

RGB 111211141
HSL0.380.530.63
HSV138°47°83°
CMYK 0.470.000.33   0.17
XYZ34.657551.891133.3886
Yxy51.89110.28900.4327
Hunter Lab72.0355-40.182722.9438
CIE-Lab77.2157-44.582225.8485

#6fd38d color RGB value is (111,211,141).

#6fd38d hex color red value is 111, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #6fd38d hue: 0.38 , saturation: 0.53 and the lightness value of 6fd38d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010011 10001101
Octal 157 323 215
Decimal 111 211 141
Hex 6F D3 8D

RGB Percentages of Color #6fd38d

%23.97
%45.57
%30.45

CMYK Percentages of Color #6fd38d

%47
%0
%33
%17

Triadic Colors of #6fd38d

#6fd38d #8d6fd3 #d38d6f

Analogous Colors of #6fd38d

#6fd38d #6fd3bf #83d36f

Monochromatic Colors of #6fd38d

#6fd38d

Complementary Color

#6fd38d #d36fb5

#6fd38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd38d Color CSS Codes

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

#6fd38d Text Font Color

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

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


#6fd38d Background Color

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

This div background color is #6fd38d


#6fd38d Border Color

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

This div border color is #6fd38d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,211,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fd38d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fd38d;
  -webkit-box-shadow: 1px 1px 3px 2px #6fd38d;
  box-shadow:         1px 1px 3px 2px #6fd38d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,211,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd38d


Comments

No comments written yet.

Please login to write comment.