Color Hex Logo

#75b280 Color Hex

#75B280
(117,178,128)
0 Favorites   0 Comments

Color spaces of #75b280

RGB 117178128
HSL0.360.280.58
HSV131°34°70°
CMYK 0.340.000.28   0.30
XYZ27.152837.181226.1677
Yxy37.18120.30000.4108
Hunter Lab60.9764-27.222617.2395
CIE-Lab67.4128-30.234919.4691

#75b280 color RGB value is (117,178,128).

#75b280 hex color red value is 117, green value is 178 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #75b280 hue: 0.36 , saturation: 0.28 and the lightness value of 75b280 is 0.58.

The process color (four color CMYK) of #75b280 color hex is 0.34, 0.00, 0.28, 0.30. Web safe color of #75b280 is #669999. Color #75b280 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10110010 10000000
Octal 165 262 200
Decimal 117 178 128
Hex 75 B2 80

RGB Percentages of Color #75b280

%27.66
%42.08
%30.26

CMYK Percentages of Color #75b280

%34
%0
%28
%30

Triadic Colors of #75b280

#75b280 #8075b2 #b28075

Analogous Colors of #75b280

#75b280 #75b29f #89b275

Monochromatic Colors of #75b280

#75b280

Complementary Color

#75b280 #b275a7

#75b280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b280 Color CSS Codes

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

#75b280 Text Font Color

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

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


#75b280 Background Color

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

This div background color is #75b280


#75b280 Border Color

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

This div border color is #75b280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b280


Comments

No comments written yet.

Please login to write comment.