Color Hex Logo

#93adba Color Hex

#93ADBA
(147,173,186)
0 Favorites   0 Comments

Color spaces of #93adba

RGB 147173186
HSL0.560.220.65
HSV200°21°73°
CMYK 0.210.070.00   0.27
XYZ35.839139.635452.2158
Yxy39.63540.28070.3104
Hunter Lab62.9567-8.5601-5.1050
CIE-Lab69.2091-6.0567-9.6346

#93adba color RGB value is (147,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101101 10111010
Octal 223 255 272
Decimal 147 173 186
Hex 93 AD BA

RGB Percentages of Color #93adba

%29.05
%34.19
%36.76

CMYK Percentages of Color #93adba

%21
%7
%0
%27

Triadic Colors of #93adba

#93adba #ba93ad #adba93

Analogous Colors of #93adba

#93adba #939aba #93bab4

Monochromatic Colors of #93adba

#93adba

Complementary Color

#93adba #baa093

#93adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#93adba Color CSS Codes

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

#93adba Text Font Color

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

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


#93adba Background Color

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

This div background color is #93adba


#93adba Border Color

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

This div border color is #93adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93adba


Comments

No comments written yet.

Please login to write comment.