Color Hex Logo

#75fbaa Color Hex

#75FBAA
(117,251,170)
0 Favorites   0 Comments

Color spaces of #75fbaa

RGB 117251170
HSL0.400.940.72
HSV144°53°98°
CMYK 0.530.000.32   0.02
XYZ49.089075.678550.0504
Yxy75.67850.28080.4329
Hunter Lab86.9934-51.513726.7837
CIE-Lab89.7099-54.485027.9063

#75fbaa color RGB value is (117,251,170).

#75fbaa hex color red value is 117, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #75fbaa hue: 0.40 , saturation: 0.94 and the lightness value of 75fbaa is 0.72.

The process color (four color CMYK) of #75fbaa color hex is 0.53, 0.00, 0.32, 0.02. Web safe color of #75fbaa is #66ff99. Color #75fbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111011 10101010
Octal 165 373 252
Decimal 117 251 170
Hex 75 FB AA

RGB Percentages of Color #75fbaa

%21.75
%46.65
%31.60

CMYK Percentages of Color #75fbaa

%53
%0
%32
%2

Triadic Colors of #75fbaa

#75fbaa #aa75fb #fbaa75

Analogous Colors of #75fbaa

#75fbaa #75fbed #83fb75

Monochromatic Colors of #75fbaa

#75fbaa

Complementary Color

#75fbaa #fb75c6

#75fbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fbaa Color CSS Codes

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

#75fbaa Text Font Color

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

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


#75fbaa Background Color

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

This div background color is #75fbaa


#75fbaa Border Color

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

This div border color is #75fbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fbaa


Comments

No comments written yet.

Please login to write comment.