Color Hex Logo

#75dd86 Color Hex

#75DD86
(117,221,134)
0 Favorites   0 Comments

Color spaces of #75dd86

RGB 117221134
HSL0.360.600.66
HSV130°47°87°
CMYK 0.470.000.39   0.13
XYZ37.495657.216031.6218
Yxy57.21600.29680.4529
Hunter Lab75.6413-43.889228.1627
CIE-Lab80.3009-48.384833.5901

#75dd86 color RGB value is (117,221,134).

#75dd86 hex color red value is 117, green value is 221 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #75dd86 hue: 0.36 , saturation: 0.60 and the lightness value of 75dd86 is 0.66.

The process color (four color CMYK) of #75dd86 color hex is 0.47, 0.00, 0.39, 0.13. Web safe color of #75dd86 is #66cc99. Color #75dd86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011101 10000110
Octal 165 335 206
Decimal 117 221 134
Hex 75 DD 86

RGB Percentages of Color #75dd86

%24.79
%46.82
%28.39

CMYK Percentages of Color #75dd86

%47
%0
%39
%13

Triadic Colors of #75dd86

#75dd86 #8675dd #dd8675

Analogous Colors of #75dd86

#75dd86 #75ddba #98dd75

Monochromatic Colors of #75dd86

#75dd86

Complementary Color

#75dd86 #dd75cc

#75dd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dd86 Color CSS Codes

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

#75dd86 Text Font Color

<p style="color:#75dd86">Text here</p>

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


#75dd86 Background Color

<div style="background-color:#75dd86">
Div content here</div>

This div background color is #75dd86


#75dd86 Border Color

<div style="border:3px solid #75dd86">
Div here</div>

This div border color is #75dd86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,221,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75dd86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75dd86;
  -webkit-box-shadow: 1px 1px 3px 2px #75dd86;
  box-shadow:         1px 1px 3px 2px #75dd86; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,221,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dd86


Comments

No comments written yet.

Please login to write comment.