Color Hex Logo

#75d686 Color Hex

#75D686
(117,214,134)
0 Favorites   0 Comments

Color spaces of #75d686

RGB 117214134
HSL0.360.540.65
HSV131°45°84°
CMYK 0.450.000.37   0.16
XYZ35.685853.596331.0185
Yxy53.59630.29660.4455
Hunter Lab73.2095-41.107226.1258
CIE-Lab78.2257-45.437530.8599

#75d686 color RGB value is (117,214,134).

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

The process color (four color CMYK) of #75d686 color hex is 0.45, 0.00, 0.37, 0.16. Web safe color of #75d686 is #66cc99. Color #75d686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11010110 10000110
Octal 165 326 206
Decimal 117 214 134
Hex 75 D6 86

RGB Percentages of Color #75d686

%25.16
%46.02
%28.82

CMYK Percentages of Color #75d686

%45
%0
%37
%16

Triadic Colors of #75d686

#75d686 #8675d6 #d68675

Analogous Colors of #75d686

#75d686 #75d6b7 #95d675

Monochromatic Colors of #75d686

#75d686

Complementary Color

#75d686 #d675c5

#75d686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75d686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75d686 Color CSS Codes

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

#75d686 Text Font Color

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

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


#75d686 Background Color

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

This div background color is #75d686


#75d686 Border Color

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

This div border color is #75d686


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,214,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 #75d686">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75d686


Comments

No comments written yet.

Please login to write comment.