Color Hex Logo

#93badf Color Hex

#93BADF
(147,186,223)
0 Favorites   0 Comments

Color spaces of #93badf

RGB 147186223
HSL0.580.540.73
HSV209°34°87°
CMYK 0.340.170.00   0.13
XYZ42.910846.648676.5545
Yxy46.64860.25830.2808
Hunter Lab68.2998-7.3782-18.6460
CIE-Lab73.9644-4.2065-22.7306

#93badf color RGB value is (147,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111010 11011111
Octal 223 272 337
Decimal 147 186 223
Hex 93 BA DF

RGB Percentages of Color #93badf

%26.44
%33.45
%40.11

CMYK Percentages of Color #93badf

%34
%17
%0
%13

Triadic Colors of #93badf

#93badf #df93ba #badf93

Analogous Colors of #93badf

#93badf #9394df #93dfde

Monochromatic Colors of #93badf

#93badf

Complementary Color

#93badf #dfb893

#93badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93badf Color CSS Codes

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

#93badf Text Font Color

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

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


#93badf Background Color

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

This div background color is #93badf


#93badf Border Color

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

This div border color is #93badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93badf


Comments

No comments written yet.

Please login to write comment.