Color Hex Logo

#93b48f Color Hex

#93B48F
(147,180,143)
0 Favorites   0 Comments

Color spaces of #93b48f

RGB 147180143
HSL0.320.200.63
HSV114°21°71°
CMYK 0.180.000.21   0.29
XYZ33.311840.828732.1116
Yxy40.82870.31350.3843
Hunter Lab63.8973-18.762414.9320
CIE-Lab70.0557-18.404915.2456

#93b48f color RGB value is (147,180,143).

#93b48f hex color red value is 147, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #93b48f hue: 0.32 , saturation: 0.20 and the lightness value of 93b48f is 0.63.

The process color (four color CMYK) of #93b48f color hex is 0.18, 0.00, 0.21, 0.29. Web safe color of #93b48f is #99cc99. Color #93b48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110100 10001111
Octal 223 264 217
Decimal 147 180 143
Hex 93 B4 8F

RGB Percentages of Color #93b48f

%31.28
%38.30
%30.43

CMYK Percentages of Color #93b48f

%18
%0
%21
%29

Triadic Colors of #93b48f

#93b48f #8f93b4 #b48f93

Analogous Colors of #93b48f

#93b48f #8fb49e #a6b48f

Monochromatic Colors of #93b48f

#93b48f

Complementary Color

#93b48f #b08fb4

#93b48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b48f Color CSS Codes

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

#93b48f Text Font Color

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

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


#93b48f Background Color

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

This div background color is #93b48f


#93b48f Border Color

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

This div border color is #93b48f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,180,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b48f


Comments

No comments written yet.

Please login to write comment.