Color Hex Logo

#75bfae Color Hex

#75BFAE
(117,191,174)
0 Favorites   0 Comments

Color spaces of #75bfae

RGB 117191174
HSL0.460.370.60
HSV166°39°75°
CMYK 0.390.000.09   0.25
XYZ33.606944.099546.7852
Yxy44.09950.27000.3542
Hunter Lab66.4075-25.87934.7144
CIE-Lab72.2950-27.01881.3129

#75bfae color RGB value is (117,191,174).

#75bfae hex color red value is 117, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #75bfae hue: 0.46 , saturation: 0.37 and the lightness value of 75bfae is 0.60.

The process color (four color CMYK) of #75bfae color hex is 0.39, 0.00, 0.09, 0.25. Web safe color of #75bfae is #66cc99. Color #75bfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111111 10101110
Octal 165 277 256
Decimal 117 191 174
Hex 75 BF AE

RGB Percentages of Color #75bfae

%24.27
%39.63
%36.10

CMYK Percentages of Color #75bfae

%39
%0
%9
%25

Triadic Colors of #75bfae

#75bfae #ae75bf #bfae75

Analogous Colors of #75bfae

#75bfae #75abbf #75bf89

Monochromatic Colors of #75bfae

#75bfae

Complementary Color

#75bfae #bf7586

#75bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bfae Color CSS Codes

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

#75bfae Text Font Color

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

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


#75bfae Background Color

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

This div background color is #75bfae


#75bfae Border Color

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

This div border color is #75bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bfae


Comments

No comments written yet.

Please login to write comment.