Color Hex Logo

#75da7e Color Hex

#75DA7E
(117,218,126)
0 Favorites   0 Comments

Color spaces of #75da7e

RGB 117218126
HSL0.350.580.66
HSV125°46°85°
CMYK 0.460.000.42   0.15
XYZ36.173455.431128.5314
Yxy55.43110.30110.4614
Hunter Lab74.4521-43.564829.3954
CIE-Lab79.2889-48.384836.3087

#75da7e color RGB value is (117,218,126).

#75da7e hex color red value is 117, green value is 218 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #75da7e hue: 0.35 , saturation: 0.58 and the lightness value of 75da7e is 0.66.

The process color (four color CMYK) of #75da7e color hex is 0.46, 0.00, 0.42, 0.15. Web safe color of #75da7e is #66cc66. Color #75da7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011010 01111110
Octal 165 332 176
Decimal 117 218 126
Hex 75 DA 7E

RGB Percentages of Color #75da7e

%25.38
%47.29
%27.33

CMYK Percentages of Color #75da7e

%46
%0
%42
%15

Triadic Colors of #75da7e

#75da7e #7e75da #da7e75

Analogous Colors of #75da7e

#75da7e #75dab1 #9fda75

Monochromatic Colors of #75da7e

#75da7e

Complementary Color

#75da7e #da75d1

#75da7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75da7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75da7e Color CSS Codes

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

#75da7e Text Font Color

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

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


#75da7e Background Color

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

This div background color is #75da7e


#75da7e Border Color

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

This div border color is #75da7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75da7e


Comments

No comments written yet.

Please login to write comment.