Color Hex Logo

#93bbb4 Color Hex

#93BBB4
(147,187,180)
0 Favorites   0 Comments

Color spaces of #93bbb4

RGB 147187180
HSL0.470.230.65
HSV170°21°73°
CMYK 0.210.000.04   0.27
XYZ38.041245.039049.8684
Yxy45.03900.28610.3388
Hunter Lab67.1111-16.26362.9210
CIE-Lab72.9176-14.7899-0.8586

#93bbb4 color RGB value is (147,187,180).

#93bbb4 hex color red value is 147, green value is 187 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #93bbb4 hue: 0.47 , saturation: 0.23 and the lightness value of 93bbb4 is 0.65.

The process color (four color CMYK) of #93bbb4 color hex is 0.21, 0.00, 0.04, 0.27. Web safe color of #93bbb4 is #99cccc. Color #93bbb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111011 10110100
Octal 223 273 264
Decimal 147 187 180
Hex 93 BB B4

RGB Percentages of Color #93bbb4

%28.60
%36.38
%35.02

CMYK Percentages of Color #93bbb4

%21
%0
%4
%27

Triadic Colors of #93bbb4

#93bbb4 #b493bb #bbb493

Analogous Colors of #93bbb4

#93bbb4 #93aebb #93bba0

Monochromatic Colors of #93bbb4

#93bbb4

Complementary Color

#93bbb4 #bb939a

#93bbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bbb4 Color CSS Codes

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

#93bbb4 Text Font Color

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

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


#93bbb4 Background Color

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

This div background color is #93bbb4


#93bbb4 Border Color

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

This div border color is #93bbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bbb4


Comments

No comments written yet.

Please login to write comment.