Color Hex Logo

#75ffba Color Hex

#75FFBA
(117,255,186)
1 Favorites   0 Comments

Color spaces of #75ffba

RGB 117255186
HSL0.421.000.73
HSV150°54°100°
CMYK 0.540.000.27   0.00
XYZ51.959078.847158.9349
Yxy78.84710.27380.4156
Hunter Lab88.7959-50.943422.8056
CIE-Lab91.1651-53.087121.7749

#75ffba color RGB value is (117,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 10111010
Octal 165 377 272
Decimal 117 255 186
Hex 75 FF BA

RGB Percentages of Color #75ffba

%20.97
%45.70
%33.33

CMYK Percentages of Color #75ffba

%54
%0
%27
%0

Triadic Colors of #75ffba

#75ffba #ba75ff #ffba75

Analogous Colors of #75ffba

#75ffba #75ffff #75ff75

Monochromatic Colors of #75ffba

#75ffba

Complementary Color

#75ffba #ff75ba

#75ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ffba Color CSS Codes

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

#75ffba Text Font Color

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

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


#75ffba Background Color

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

This div background color is #75ffba


#75ffba Border Color

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

This div border color is #75ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ffba


Comments

No comments written yet.

Please login to write comment.