Color Hex Logo

#75e693 Color Hex

#75E693
(117,230,147)
0 Favorites   0 Comments

Color spaces of #75e693

RGB 117230147
HSL0.380.690.68
HSV136°49°90°
CMYK 0.490.000.36   0.10
XYZ40.899462.482137.5084
Yxy62.48210.29030.4435
Hunter Lab79.0456-45.971227.1979
CIE-Lab83.1691-49.971230.7797

#75e693 color RGB value is (117,230,147).

#75e693 hex color red value is 117, green value is 230 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #75e693 hue: 0.38 , saturation: 0.69 and the lightness value of 75e693 is 0.68.

The process color (four color CMYK) of #75e693 color hex is 0.49, 0.00, 0.36, 0.10. Web safe color of #75e693 is #66ff99. Color #75e693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11100110 10010011
Octal 165 346 223
Decimal 117 230 147
Hex 75 E6 93

RGB Percentages of Color #75e693

%23.68
%46.56
%29.76

CMYK Percentages of Color #75e693

%49
%0
%36
%10

Triadic Colors of #75e693

#75e693 #9375e6 #e69375

Analogous Colors of #75e693

#75e693 #75e6cc #90e675

Monochromatic Colors of #75e693

#75e693

Complementary Color

#75e693 #e675c8

#75e693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75e693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75e693 Color CSS Codes

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

#75e693 Text Font Color

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

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


#75e693 Background Color

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

This div background color is #75e693


#75e693 Border Color

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

This div border color is #75e693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75e693


Comments

No comments written yet.

Please login to write comment.