Color Hex Logo

#75febe Color Hex

#75FEBE
(117,254,190)
0 Favorites   0 Comments

Color spaces of #75febe

RGB 117254190
HSL0.420.990.73
HSV152°54°100°
CMYK 0.540.000.25   0.00
XYZ52.072278.383261.1002
Yxy78.38320.27180.4092
Hunter Lab88.5343-49.948721.0562
CIE-Lab90.9545-51.882719.4396

#75febe color RGB value is (117,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111110 10111110
Octal 165 376 276
Decimal 117 254 190
Hex 75 FE BE

RGB Percentages of Color #75febe

%20.86
%45.28
%33.87

CMYK Percentages of Color #75febe

%54
%0
%25
%0

Triadic Colors of #75febe

#75febe #be75fe #febe75

Analogous Colors of #75febe

#75febe #75fafe #75fe7a

Monochromatic Colors of #75febe

#75febe

Complementary Color

#75febe #fe75b5

#75febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#75febe Color CSS Codes

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

#75febe Text Font Color

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

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


#75febe Background Color

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

This div background color is #75febe


#75febe Border Color

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

This div border color is #75febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75febe


Comments

No comments written yet.

Please login to write comment.