Color Hex Logo

#93baee Color Hex

#93BAEE
(147,186,238)
0 Favorites   0 Comments

Color spaces of #93baee

RGB 147186238
HSL0.600.730.75
HSV214°38°93°
CMYK 0.380.220.00   0.07
XYZ45.024147.493987.6831
Yxy47.49390.24990.2636
Hunter Lab68.9158-3.9850-27.1949
CIE-Lab74.5046-0.3386-30.0300

#93baee color RGB value is (147,186,238).

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

The process color (four color CMYK) of #93baee color hex is 0.38, 0.22, 0.00, 0.07. Web safe color of #93baee is #99ccff. Color #93baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111010 11101110
Octal 223 272 356
Decimal 147 186 238
Hex 93 BA EE

RGB Percentages of Color #93baee

%25.74
%32.57
%41.68

CMYK Percentages of Color #93baee

%38
%22
%0
%7

Triadic Colors of #93baee

#93baee #ee93ba #baee93

Analogous Colors of #93baee

#93baee #9a93ee #93e8ee

Monochromatic Colors of #93baee

#93baee

Complementary Color

#93baee #eec793

#93baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#93baee Color CSS Codes

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

#93baee Text Font Color

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

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


#93baee Background Color

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

This div background color is #93baee


#93baee Border Color

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

This div border color is #93baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93baee


Comments

No comments written yet.

Please login to write comment.