Color Hex Logo

#75b882 Color Hex

#75B882
(117,184,130)
0 Favorites   0 Comments

Color spaces of #75b882

RGB 117184130
HSL0.370.320.59
HSV132°36°72°
CMYK 0.360.000.29   0.28
XYZ28.505939.674627.2746
Yxy39.67460.29860.4156
Hunter Lab62.9878-29.446218.4180
CIE-Lab69.2371-32.717120.8854

#75b882 color RGB value is (117,184,130).

#75b882 hex color red value is 117, green value is 184 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #75b882 hue: 0.37 , saturation: 0.32 and the lightness value of 75b882 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111000 10000010
Octal 165 270 202
Decimal 117 184 130
Hex 75 B8 82

RGB Percentages of Color #75b882

%27.15
%42.69
%30.16

CMYK Percentages of Color #75b882

%36
%0
%29
%28

Triadic Colors of #75b882

#75b882 #8275b8 #b88275

Analogous Colors of #75b882

#75b882 #75b8a4 #8ab875

Monochromatic Colors of #75b882

#75b882

Complementary Color

#75b882 #b875ab

#75b882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b882 Color CSS Codes

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

#75b882 Text Font Color

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

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


#75b882 Background Color

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

This div background color is #75b882


#75b882 Border Color

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

This div border color is #75b882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b882


Comments

No comments written yet.

Please login to write comment.