Color Hex Logo

#75cd94 Color Hex

#75CD94
(117,205,148)
0 Favorites   0 Comments

Color spaces of #75cd94

RGB 117205148
HSL0.390.470.63
HSV141°43°80°
CMYK 0.430.000.28   0.20
XYZ34.512749.582735.7684
Yxy49.58270.28790.4137
Hunter Lab70.4150-35.737519.1732
CIE-Lab75.8124-39.031920.2981

#75cd94 color RGB value is (117,205,148).

#75cd94 hex color red value is 117, green value is 205 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #75cd94 hue: 0.39 , saturation: 0.47 and the lightness value of 75cd94 is 0.63.

The process color (four color CMYK) of #75cd94 color hex is 0.43, 0.00, 0.28, 0.20. Web safe color of #75cd94 is #66cc99. Color #75cd94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001101 10010100
Octal 165 315 224
Decimal 117 205 148
Hex 75 CD 94

RGB Percentages of Color #75cd94

%24.89
%43.62
%31.49

CMYK Percentages of Color #75cd94

%43
%0
%28
%20

Triadic Colors of #75cd94

#75cd94 #9475cd #cd9475

Analogous Colors of #75cd94

#75cd94 #75cdc0 #82cd75

Monochromatic Colors of #75cd94

#75cd94

Complementary Color

#75cd94 #cd75ae

#75cd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cd94 Color CSS Codes

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

#75cd94 Text Font Color

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

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


#75cd94 Background Color

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

This div background color is #75cd94


#75cd94 Border Color

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

This div border color is #75cd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cd94


Comments

No comments written yet.

Please login to write comment.