Color Hex Logo

#75eda5 Color Hex

#75EDA5
(117,237,165)
0 Favorites   0 Comments

Color spaces of #75eda5

RGB 117237165
HSL0.400.770.69
HSV144°51°93°
CMYK 0.510.000.30   0.07
XYZ44.411867.066946.2018
Yxy67.06690.28170.4253
Hunter Lab81.8944-46.513623.8768
CIE-Lab85.5377-49.670124.7752

#75eda5 color RGB value is (117,237,165).

#75eda5 hex color red value is 117, green value is 237 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #75eda5 hue: 0.40 , saturation: 0.77 and the lightness value of 75eda5 is 0.69.

The process color (four color CMYK) of #75eda5 color hex is 0.51, 0.00, 0.30, 0.07. Web safe color of #75eda5 is #66ff99. Color #75eda5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101101 10100101
Octal 165 355 245
Decimal 117 237 165
Hex 75 ED A5

RGB Percentages of Color #75eda5

%22.54
%45.66
%31.79

CMYK Percentages of Color #75eda5

%51
%0
%30
%7

Triadic Colors of #75eda5

#75eda5 #a575ed #eda575

Analogous Colors of #75eda5

#75eda5 #75ede1 #81ed75

Monochromatic Colors of #75eda5

#75eda5

Complementary Color

#75eda5 #ed75bd

#75eda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eda5 Color CSS Codes

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

#75eda5 Text Font Color

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

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


#75eda5 Background Color

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

This div background color is #75eda5


#75eda5 Border Color

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

This div border color is #75eda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eda5


Comments

No comments written yet.

Please login to write comment.