Color Hex Logo

#75f9b8 Color Hex

#75F9B8
(117,249,184)
0 Favorites   0 Comments

Color spaces of #75f9b8

RGB 117249184
HSL0.420.920.72
HSV150°53°98°
CMYK 0.530.000.26   0.02
XYZ49.863574.994057.1946
Yxy74.99400.27390.4119
Hunter Lab86.5991-48.768621.4611
CIE-Lab89.3902-51.008420.3352

#75f9b8 color RGB value is (117,249,184).

#75f9b8 hex color red value is 117, green value is 249 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #75f9b8 hue: 0.42 , saturation: 0.92 and the lightness value of 75f9b8 is 0.72.

The process color (four color CMYK) of #75f9b8 color hex is 0.53, 0.00, 0.26, 0.02. Web safe color of #75f9b8 is #66ffcc. Color #75f9b8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111001 10111000
Octal 165 371 270
Decimal 117 249 184
Hex 75 F9 B8

RGB Percentages of Color #75f9b8

%21.27
%45.27
%33.45

CMYK Percentages of Color #75f9b8

%53
%0
%26
%2

Triadic Colors of #75f9b8

#75f9b8 #b875f9 #f9b875

Analogous Colors of #75f9b8

#75f9b8 #75f8f9 #75f976

Monochromatic Colors of #75f9b8

#75f9b8

Complementary Color

#75f9b8 #f975b6

#75f9b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75f9b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75f9b8 Color CSS Codes

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

#75f9b8 Text Font Color

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

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


#75f9b8 Background Color

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

This div background color is #75f9b8


#75f9b8 Border Color

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

This div border color is #75f9b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75f9b8


Comments

No comments written yet.

Please login to write comment.