Color Hex Logo

#93adbe Color Hex

#93ADBE
(147,173,190)
0 Favorites   0 Comments

Color spaces of #93adbe

RGB 147173190
HSL0.570.250.66
HSV204°23°75°
CMYK 0.230.090.00   0.25
XYZ36.270539.807954.4872
Yxy39.80790.27780.3049
Hunter Lab63.0935-7.7995-7.0371
CIE-Lab69.3325-5.1452-11.6595

#93adbe color RGB value is (147,173,190).

#93adbe hex color red value is 147, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #93adbe hue: 0.57 , saturation: 0.25 and the lightness value of 93adbe is 0.66.

The process color (four color CMYK) of #93adbe color hex is 0.23, 0.09, 0.00, 0.25. Web safe color of #93adbe is #9999cc. Color #93adbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101101 10111110
Octal 223 255 276
Decimal 147 173 190
Hex 93 AD BE

RGB Percentages of Color #93adbe

%28.82
%33.92
%37.25

CMYK Percentages of Color #93adbe

%23
%9
%0
%25

Triadic Colors of #93adbe

#93adbe #be93ad #adbe93

Analogous Colors of #93adbe

#93adbe #9398be #93beba

Monochromatic Colors of #93adbe

#93adbe

Complementary Color

#93adbe #bea493

#93adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93adbe Color CSS Codes

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

#93adbe Text Font Color

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

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


#93adbe Background Color

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

This div background color is #93adbe


#93adbe Border Color

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

This div border color is #93adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93adbe


Comments

No comments written yet.

Please login to write comment.