Color Hex Logo

#93b9df Color Hex

#93B9DF
(147,185,223)
0 Favorites   0 Comments

Color spaces of #93b9df

RGB 147185223
HSL0.580.540.73
HSV210°34°87°
CMYK 0.340.170.00   0.13
XYZ42.700946.228776.4845
Yxy46.22870.25810.2795
Hunter Lab67.9917-6.8819-19.1017
CIE-Lab73.6937-3.6659-23.1432

#93b9df color RGB value is (147,185,223).

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

The process color (four color CMYK) of #93b9df color hex is 0.34, 0.17, 0.00, 0.13. Web safe color of #93b9df is #99cccc. Color #93b9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111001 11011111
Octal 223 271 337
Decimal 147 185 223
Hex 93 B9 DF

RGB Percentages of Color #93b9df

%26.49
%33.33
%40.18

CMYK Percentages of Color #93b9df

%34
%17
%0
%13

Triadic Colors of #93b9df

#93b9df #df93b9 #b9df93

Analogous Colors of #93b9df

#93b9df #9393df #93dfdf

Monochromatic Colors of #93b9df

#93b9df

Complementary Color

#93b9df #dfb993

#93b9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b9df Color CSS Codes

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

#93b9df Text Font Color

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

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


#93b9df Background Color

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

This div background color is #93b9df


#93b9df Border Color

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

This div border color is #93b9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b9df


Comments

No comments written yet.

Please login to write comment.