Color Hex Logo

#75ffbb Color Hex

#75FFBB
(117,255,187)
0 Favorites   0 Comments

Color spaces of #75ffbb

RGB 117255187
HSL0.421.000.73
HSV150°54°100°
CMYK 0.540.000.27   0.00
XYZ52.065878.889859.4968
Yxy78.88980.27340.4142
Hunter Lab88.8199-50.799122.4580
CIE-Lab91.1844-52.890521.2919

#75ffbb color RGB value is (117,255,187).

#75ffbb hex color red value is 117, green value is 255 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #75ffbb hue: 0.42 , saturation: 1.00 and the lightness value of 75ffbb is 0.73.

The process color (four color CMYK) of #75ffbb color hex is 0.54, 0.00, 0.27, 0.00. Web safe color of #75ffbb is #66ffcc. Color #75ffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 10111011
Octal 165 377 273
Decimal 117 255 187
Hex 75 FF BB

RGB Percentages of Color #75ffbb

%20.93
%45.62
%33.45

CMYK Percentages of Color #75ffbb

%54
%0
%27
%0

Triadic Colors of #75ffbb

#75ffbb #bb75ff #ffbb75

Analogous Colors of #75ffbb

#75ffbb #75feff #75ff76

Monochromatic Colors of #75ffbb

#75ffbb

Complementary Color

#75ffbb #ff75b9

#75ffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ffbb Color CSS Codes

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

#75ffbb Text Font Color

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

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


#75ffbb Background Color

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

This div background color is #75ffbb


#75ffbb Border Color

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

This div border color is #75ffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ffbb


Comments

No comments written yet.

Please login to write comment.