Color Hex Logo

#93b7ab Color Hex

#93B7AB
(147,183,171)
0 Favorites   0 Comments

Color spaces of #93b7ab

RGB 147183171
HSL0.440.200.65
HSV160°20°72°
CMYK 0.200.000.07   0.28
XYZ36.316843.010344.9158
Yxy43.01030.29230.3462
Hunter Lab65.5822-15.92285.3012
CIE-Lab71.5620-14.60072.0866

#93b7ab color RGB value is (147,183,171).

#93b7ab hex color red value is 147, green value is 183 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #93b7ab hue: 0.44 , saturation: 0.20 and the lightness value of 93b7ab is 0.65.

The process color (four color CMYK) of #93b7ab color hex is 0.20, 0.00, 0.07, 0.28. Web safe color of #93b7ab is #99cc99. Color #93b7ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110111 10101011
Octal 223 267 253
Decimal 147 183 171
Hex 93 B7 AB

RGB Percentages of Color #93b7ab

%29.34
%36.53
%34.13

CMYK Percentages of Color #93b7ab

%20
%0
%7
%28

Triadic Colors of #93b7ab

#93b7ab #ab93b7 #b7ab93

Analogous Colors of #93b7ab

#93b7ab #93b1b7 #93b799

Monochromatic Colors of #93b7ab

#93b7ab

Complementary Color

#93b7ab #b7939f

#93b7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b7ab Color CSS Codes

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

#93b7ab Text Font Color

<p style="color:#93b7ab">Text here</p>

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


#93b7ab Background Color

<div style="background-color:#93b7ab">
Div content here</div>

This div background color is #93b7ab


#93b7ab Border Color

<div style="border:3px solid #93b7ab">
Div here</div>

This div border color is #93b7ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,183,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93b7ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93b7ab;
  -webkit-box-shadow: 1px 1px 3px 2px #93b7ab;
  box-shadow:         1px 1px 3px 2px #93b7ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,183,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 #93b7ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b7ab


Comments

No comments written yet.

Please login to write comment.