Color Hex Logo

#75ffbf Color Hex

#75FFBF
(117,255,191)
0 Favorites   0 Comments

Color spaces of #75ffbf

RGB 117255191
HSL0.421.000.73
HSV152°54°100°
CMYK 0.540.000.25   0.00
XYZ52.500179.063561.7840
Yxy79.06350.27150.4089
Hunter Lab88.9177-50.213321.0450
CIE-Lab91.2630-52.095019.3585

#75ffbf color RGB value is (117,255,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 10111111
Octal 165 377 277
Decimal 117 255 191
Hex 75 FF BF

RGB Percentages of Color #75ffbf

%20.78
%45.29
%33.93

CMYK Percentages of Color #75ffbf

%54
%0
%25
%0

Triadic Colors of #75ffbf

#75ffbf #bf75ff #ffbf75

Analogous Colors of #75ffbf

#75ffbf #75faff #75ff7a

Monochromatic Colors of #75ffbf

#75ffbf

Complementary Color

#75ffbf #ff75b5

#75ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ffbf Color CSS Codes

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

#75ffbf Text Font Color

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

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


#75ffbf Background Color

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

This div background color is #75ffbf


#75ffbf Border Color

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

This div border color is #75ffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ffbf


Comments

No comments written yet.

Please login to write comment.