Color Hex Logo

#75bbab Color Hex

#75BBAB
(117,187,171)
0 Favorites   0 Comments

Color spaces of #75bbab

RGB 117187171
HSL0.460.340.60
HSV166°37°73°
CMYK 0.370.000.09   0.27
XYZ32.457142.262844.9749
Yxy42.26280.27120.3531
Hunter Lab65.0098-24.64854.4891
CIE-Lab71.0517-25.73911.1416

#75bbab color RGB value is (117,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111011 10101011
Octal 165 273 253
Decimal 117 187 171
Hex 75 BB AB

RGB Percentages of Color #75bbab

%24.63
%39.37
%36.00

CMYK Percentages of Color #75bbab

%37
%0
%9
%27

Triadic Colors of #75bbab

#75bbab #ab75bb #bbab75

Analogous Colors of #75bbab

#75bbab #75a8bb #75bb88

Monochromatic Colors of #75bbab

#75bbab

Complementary Color

#75bbab #bb7585

#75bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bbab Color CSS Codes

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

#75bbab Text Font Color

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

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


#75bbab Background Color

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

This div background color is #75bbab


#75bbab Border Color

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

This div border color is #75bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bbab


Comments

No comments written yet.

Please login to write comment.