Color Hex Logo

#75df8f Color Hex

#75DF8F
(117,223,143)
0 Favorites   0 Comments

Color spaces of #75df8f

RGB 117223143
HSL0.370.620.67
HSV135°48°87°
CMYK 0.480.000.36   0.13
XYZ38.681758.540435.2473
Yxy58.54040.29200.4419
Hunter Lab76.5117-43.652026.2446
CIE-Lab81.0383-47.736629.9817

#75df8f color RGB value is (117,223,143).

#75df8f hex color red value is 117, green value is 223 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #75df8f hue: 0.37 , saturation: 0.62 and the lightness value of 75df8f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011111 10001111
Octal 165 337 217
Decimal 117 223 143
Hex 75 DF 8F

RGB Percentages of Color #75df8f

%24.22
%46.17
%29.61

CMYK Percentages of Color #75df8f

%48
%0
%36
%13

Triadic Colors of #75df8f

#75df8f #8f75df #df8f75

Analogous Colors of #75df8f

#75df8f #75dfc4 #90df75

Monochromatic Colors of #75df8f

#75df8f

Complementary Color

#75df8f #df75c5

#75df8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75df8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75df8f Color CSS Codes

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

#75df8f Text Font Color

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

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


#75df8f Background Color

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

This div background color is #75df8f


#75df8f Border Color

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

This div border color is #75df8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75df8f


Comments

No comments written yet.

Please login to write comment.