Color Hex Logo

#75ffbe Color Hex

#75FFBE
(117,255,190)
0 Favorites   0 Comments

Color spaces of #75ffbe

RGB 117255190
HSL0.421.000.73
HSV152°54°100°
CMYK 0.540.000.25   0.00
XYZ52.390479.019661.2062
Yxy79.01960.27200.4102
Hunter Lab88.8930-50.361121.4017
CIE-Lab91.2432-52.295419.8420

#75ffbe color RGB value is (117,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 10111110
Octal 165 377 276
Decimal 117 255 190
Hex 75 FF BE

RGB Percentages of Color #75ffbe

%20.82
%45.37
%33.81

CMYK Percentages of Color #75ffbe

%54
%0
%25
%0

Triadic Colors of #75ffbe

#75ffbe #be75ff #ffbe75

Analogous Colors of #75ffbe

#75ffbe #75fbff #75ff79

Monochromatic Colors of #75ffbe

#75ffbe

Complementary Color

#75ffbe #ff75b6

#75ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ffbe Color CSS Codes

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

#75ffbe Text Font Color

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

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


#75ffbe Background Color

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

This div background color is #75ffbe


#75ffbe Border Color

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

This div border color is #75ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.