Color Hex Logo

#75efba Color Hex

#75EFBA
(117,239,186)
0 Favorites   0 Comments

Color spaces of #75efba

RGB 117239186
HSL0.430.790.70
HSV154°51°94°
CMYK 0.510.000.22   0.06
XYZ47.065569.060157.3037
Yxy69.06010.27140.3982
Hunter Lab83.1024-44.334817.2880
CIE-Lab86.5338-46.384815.3078

#75efba color RGB value is (117,239,186).

#75efba hex color red value is 117, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #75efba hue: 0.43 , saturation: 0.79 and the lightness value of 75efba is 0.70.

The process color (four color CMYK) of #75efba color hex is 0.51, 0.00, 0.22, 0.06. Web safe color of #75efba is #66ffcc. Color #75efba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101111 10111010
Octal 165 357 272
Decimal 117 239 186
Hex 75 EF BA

RGB Percentages of Color #75efba

%21.59
%44.10
%34.32

CMYK Percentages of Color #75efba

%51
%0
%22
%6

Triadic Colors of #75efba

#75efba #ba75ef #efba75

Analogous Colors of #75efba

#75efba #75e7ef #75ef7d

Monochromatic Colors of #75efba

#75efba

Complementary Color

#75efba #ef75aa

#75efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#75efba Color CSS Codes

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

#75efba Text Font Color

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

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


#75efba Background Color

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

This div background color is #75efba


#75efba Border Color

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

This div border color is #75efba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,239,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 #75efba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75efba


Comments

No comments written yet.

Please login to write comment.