Color Hex Logo

#6dd885 Color Hex

#6DD885
(109,216,133)
0 Favorites   0 Comments

Color spaces of #6dd885

RGB 109216133
HSL0.370.580.64
HSV133°50°85°
CMYK 0.500.000.38   0.15
XYZ35.096254.056430.7745
Yxy54.05640.29260.4507
Hunter Lab73.5231-43.458526.6492
CIE-Lab78.4946-48.594031.6694

#6dd885 color RGB value is (109,216,133).

#6dd885 hex color red value is 109, green value is 216 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #6dd885 hue: 0.37 , saturation: 0.58 and the lightness value of 6dd885 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011000 10000101
Octal 155 330 205
Decimal 109 216 133
Hex 6D D8 85

RGB Percentages of Color #6dd885

%23.80
%47.16
%29.04

CMYK Percentages of Color #6dd885

%50
%0
%38
%15

Triadic Colors of #6dd885

#6dd885 #856dd8 #d8856d

Analogous Colors of #6dd885

#6dd885 #6dd8bb #8bd86d

Monochromatic Colors of #6dd885

#6dd885

Complementary Color

#6dd885 #d86dc0

#6dd885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dd885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dd885 Color CSS Codes

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

#6dd885 Text Font Color

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

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


#6dd885 Background Color

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

This div background color is #6dd885


#6dd885 Border Color

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

This div border color is #6dd885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dd885


Comments

No comments written yet.

Please login to write comment.