Color Hex Logo

#75fd68 Color Hex

#75FD68
(117,253,104)
0 Favorites   0 Comments

Color spaces of #75fd68

RGB 117253104
HSL0.320.970.70
HSV115°59°99°
CMYK 0.540.000.59   0.01
XYZ44.960175.031925.2097
Yxy75.03190.30960.5167
Hunter Lab86.6210-58.937343.3792
CIE-Lab89.4079-64.761958.9282

#75fd68 color RGB value is (117,253,104).

#75fd68 hex color red value is 117, green value is 253 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #75fd68 hue: 0.32 , saturation: 0.97 and the lightness value of 75fd68 is 0.70.

The process color (four color CMYK) of #75fd68 color hex is 0.54, 0.00, 0.59, 0.01. Web safe color of #75fd68 is #66ff66. Color #75fd68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111101 01101000
Octal 165 375 150
Decimal 117 253 104
Hex 75 FD 68

RGB Percentages of Color #75fd68

%24.68
%53.38
%21.94

CMYK Percentages of Color #75fd68

%54
%0
%59
%1

Triadic Colors of #75fd68

#75fd68 #6875fd #fd6875

Analogous Colors of #75fd68

#75fd68 #68fda6 #c0fd68

Monochromatic Colors of #75fd68

#75fd68

Complementary Color

#75fd68 #f068fd

#75fd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fd68 Color CSS Codes

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

#75fd68 Text Font Color

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

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


#75fd68 Background Color

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

This div background color is #75fd68


#75fd68 Border Color

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

This div border color is #75fd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fd68

Related Colors


Comments

No comments written yet.

Please login to write comment.