Color Hex Logo

#93b9dc Color Hex

#93B9DC
(147,185,220)
0 Favorites   0 Comments

Color spaces of #93b9dc

RGB 147185220
HSL0.580.510.72
HSV209°33°86°
CMYK 0.330.160.00   0.14
XYZ42.299946.068374.3728
Yxy46.06830.25990.2831
Hunter Lab67.8736-7.5349-17.4557
CIE-Lab73.5898-4.4207-21.6707

#93b9dc color RGB value is (147,185,220).

#93b9dc hex color red value is 147, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #93b9dc hue: 0.58 , saturation: 0.51 and the lightness value of 93b9dc is 0.72.

The process color (four color CMYK) of #93b9dc color hex is 0.33, 0.16, 0.00, 0.14. Web safe color of #93b9dc is #99cccc. Color #93b9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111001 11011100
Octal 223 271 334
Decimal 147 185 220
Hex 93 B9 DC

RGB Percentages of Color #93b9dc

%26.63
%33.51
%39.86

CMYK Percentages of Color #93b9dc

%33
%16
%0
%14

Triadic Colors of #93b9dc

#93b9dc #dc93b9 #b9dc93

Analogous Colors of #93b9dc

#93b9dc #9395dc #93dcdb

Monochromatic Colors of #93b9dc

#93b9dc

Complementary Color

#93b9dc #dcb693

#93b9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b9dc Color CSS Codes

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

#93b9dc Text Font Color

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

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


#93b9dc Background Color

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

This div background color is #93b9dc


#93b9dc Border Color

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

This div border color is #93b9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b9dc


Comments

No comments written yet.

Please login to write comment.