Color Hex Logo

#75fbae Color Hex

#75FBAE
(117,251,174)
0 Favorites   0 Comments

Color spaces of #75fbae

RGB 117251174
HSL0.400.940.72
HSV146°53°98°
CMYK 0.530.000.31   0.02
XYZ49.473375.832352.0740
Yxy75.83230.27890.4275
Hunter Lab87.0817-50.982825.5024
CIE-Lab89.7814-53.749425.9769

#75fbae color RGB value is (117,251,174).

#75fbae hex color red value is 117, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #75fbae hue: 0.40 , saturation: 0.94 and the lightness value of 75fbae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111011 10101110
Octal 165 373 256
Decimal 117 251 174
Hex 75 FB AE

RGB Percentages of Color #75fbae

%21.59
%46.31
%32.10

CMYK Percentages of Color #75fbae

%53
%0
%31
%2

Triadic Colors of #75fbae

#75fbae #ae75fb #fbae75

Analogous Colors of #75fbae

#75fbae #75fbf1 #7ffb75

Monochromatic Colors of #75fbae

#75fbae

Complementary Color

#75fbae #fb75c2

#75fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fbae Color CSS Codes

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

#75fbae Text Font Color

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

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


#75fbae Background Color

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

This div background color is #75fbae


#75fbae Border Color

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

This div border color is #75fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fbae

Related Colors


Comments

No comments written yet.

Please login to write comment.