Color Hex Logo

#93aebb Color Hex

#93AEBB
(147,174,187)
0 Favorites   0 Comments

Color spaces of #93aebb

RGB 147174187
HSL0.550.230.65
HSV200°21°73°
CMYK 0.210.070.00   0.27
XYZ36.138340.063052.8419
Yxy40.06300.28000.3105
Hunter Lab63.2953-8.8528-5.1913
CIE-Lab69.5144-6.3703-9.7313

#93aebb color RGB value is (147,174,187).

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

The process color (four color CMYK) of #93aebb color hex is 0.21, 0.07, 0.00, 0.27. Web safe color of #93aebb is #9999cc. Color #93aebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101110 10111011
Octal 223 256 273
Decimal 147 174 187
Hex 93 AE BB

RGB Percentages of Color #93aebb

%28.94
%34.25
%36.81

CMYK Percentages of Color #93aebb

%21
%7
%0
%27

Triadic Colors of #93aebb

#93aebb #bb93ae #aebb93

Analogous Colors of #93aebb

#93aebb #939abb #93bbb4

Monochromatic Colors of #93aebb

#93aebb

Complementary Color

#93aebb #bba093

#93aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aebb Color CSS Codes

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

#93aebb Text Font Color

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

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


#93aebb Background Color

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

This div background color is #93aebb


#93aebb Border Color

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

This div border color is #93aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aebb


Comments

No comments written yet.

Please login to write comment.