Color Hex Logo

#75eca4 Color Hex

#75ECA4
(117,236,164)
0 Favorites   0 Comments

Color spaces of #75eca4

RGB 117236164
HSL0.400.760.69
HSV144°50°93°
CMYK 0.500.000.31   0.07
XYZ44.032466.453145.6280
Yxy66.45310.28210.4257
Hunter Lab81.5188-46.241023.8771
CIE-Lab85.2270-49.438824.8643

#75eca4 color RGB value is (117,236,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101100 10100100
Octal 165 354 244
Decimal 117 236 164
Hex 75 EC A4

RGB Percentages of Color #75eca4

%22.63
%45.65
%31.72

CMYK Percentages of Color #75eca4

%50
%0
%31
%7

Triadic Colors of #75eca4

#75eca4 #a475ec #eca475

Analogous Colors of #75eca4

#75eca4 #75ece0 #82ec75

Monochromatic Colors of #75eca4

#75eca4

Complementary Color

#75eca4 #ec75bd

#75eca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eca4 Color CSS Codes

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

#75eca4 Text Font Color

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

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


#75eca4 Background Color

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

This div background color is #75eca4


#75eca4 Border Color

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

This div border color is #75eca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eca4


Comments

No comments written yet.

Please login to write comment.