Color Hex Logo

#93adeb Color Hex

#93ADEB
(147,173,235)
0 Favorites   0 Comments

Color spaces of #93adeb

RGB 147173235
HSL0.620.690.75
HSV222°37°92°
CMYK 0.370.260.00   0.08
XYZ41.971642.088384.5090
Yxy42.08830.24900.2497
Hunter Lab64.87551.9496-31.8203
CIE-Lab70.93186.0463-33.9171

#93adeb color RGB value is (147,173,235).

#93adeb hex color red value is 147, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #93adeb hue: 0.62 , saturation: 0.69 and the lightness value of 93adeb is 0.75.

The process color (four color CMYK) of #93adeb color hex is 0.37, 0.26, 0.00, 0.08. Web safe color of #93adeb is #9999ff. Color #93adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101101 11101011
Octal 223 255 353
Decimal 147 173 235
Hex 93 AD EB

RGB Percentages of Color #93adeb

%26.49
%31.17
%42.34

CMYK Percentages of Color #93adeb

%37
%26
%0
%8

Triadic Colors of #93adeb

#93adeb #eb93ad #adeb93

Analogous Colors of #93adeb

#93adeb #a593eb #93d9eb

Monochromatic Colors of #93adeb

#93adeb

Complementary Color

#93adeb #ebd193

#93adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93adeb Color CSS Codes

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

#93adeb Text Font Color

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

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


#93adeb Background Color

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

This div background color is #93adeb


#93adeb Border Color

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

This div border color is #93adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93adeb


Comments

No comments written yet.

Please login to write comment.