Color Hex Logo

#75d099 Color Hex

#75D099
(117,208,153)
0 Favorites   0 Comments

Color spaces of #75d099

RGB 117208153
HSL0.400.490.64
HSV144°44°82°
CMYK 0.440.000.26   0.18
XYZ35.641851.193638.1398
Yxy51.19360.28520.4096
Hunter Lab71.5497-36.293918.4801
CIE-Lab76.7961-39.423719.0095

#75d099 color RGB value is (117,208,153).

#75d099 hex color red value is 117, green value is 208 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #75d099 hue: 0.40 , saturation: 0.49 and the lightness value of 75d099 is 0.64.

The process color (four color CMYK) of #75d099 color hex is 0.44, 0.00, 0.26, 0.18. Web safe color of #75d099 is #66cc99. Color #75d099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11010000 10011001
Octal 165 320 231
Decimal 117 208 153
Hex 75 D0 99

RGB Percentages of Color #75d099

%24.48
%43.51
%32.01

CMYK Percentages of Color #75d099

%44
%0
%26
%18

Triadic Colors of #75d099

#75d099 #9975d0 #d09975

Analogous Colors of #75d099

#75d099 #75d0c7 #7fd075

Monochromatic Colors of #75d099

#75d099

Complementary Color

#75d099 #d075ac

#75d099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75d099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75d099 Color CSS Codes

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

#75d099 Text Font Color

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

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


#75d099 Background Color

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

This div background color is #75d099


#75d099 Border Color

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

This div border color is #75d099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75d099

#75d099 Color Palettes


Comments

No comments written yet.

Please login to write comment.