Color Hex Logo

#93babb Color Hex

#93BABB
(147,186,187)
0 Favorites   0 Comments

Color spaces of #93babb

RGB 147186187
HSL0.500.230.65
HSV182°21°73°
CMYK 0.210.010.00   0.27
XYZ38.561244.908753.6496
Yxy44.90870.28120.3275
Hunter Lab67.0140-14.5619-0.5562
CIE-Lab72.8317-12.7486-4.8085

#93babb color RGB value is (147,186,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111010 10111011
Octal 223 272 273
Decimal 147 186 187
Hex 93 BA BB

RGB Percentages of Color #93babb

%28.27
%35.77
%35.96

CMYK Percentages of Color #93babb

%21
%1
%0
%27

Triadic Colors of #93babb

#93babb #bb93ba #babb93

Analogous Colors of #93babb

#93babb #93a6bb #93bba8

Monochromatic Colors of #93babb

#93babb

Complementary Color

#93babb #bb9493

#93babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93babb Color CSS Codes

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

#93babb Text Font Color

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

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


#93babb Background Color

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

This div background color is #93babb


#93babb Border Color

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

This div border color is #93babb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93babb

#93babb Color Palettes


Comments

No comments written yet.

Please login to write comment.