Color Hex Logo

#93baeb Color Hex

#93BAEB
(147,186,235)
0 Favorites   0 Comments

Color spaces of #93baeb

RGB 147186235
HSL0.590.690.75
HSV213°37°92°
CMYK 0.370.210.00   0.08
XYZ44.586947.319085.3808
Yxy47.31900.25150.2669
Hunter Lab68.7888-4.6819-25.4387
CIE-Lab74.3934-1.1248-28.5787

#93baeb color RGB value is (147,186,235).

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

The process color (four color CMYK) of #93baeb color hex is 0.37, 0.21, 0.00, 0.08. Web safe color of #93baeb is #99ccff. Color #93baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111010 11101011
Octal 223 272 353
Decimal 147 186 235
Hex 93 BA EB

RGB Percentages of Color #93baeb

%25.88
%32.75
%41.37

CMYK Percentages of Color #93baeb

%37
%21
%0
%8

Triadic Colors of #93baeb

#93baeb #eb93ba #baeb93

Analogous Colors of #93baeb

#93baeb #9893eb #93e6eb

Monochromatic Colors of #93baeb

#93baeb

Complementary Color

#93baeb #ebc493

#93baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93baeb Color CSS Codes

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

#93baeb Text Font Color

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

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


#93baeb Background Color

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

This div background color is #93baeb


#93baeb Border Color

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

This div border color is #93baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93baeb


Comments

No comments written yet.

Please login to write comment.