Color Hex Logo

#93bcde Color Hex

#93BCDE
(147,188,222)
0 Favorites   0 Comments

Color spaces of #93bcde

RGB 147188222
HSL0.580.530.72
HSV207°34°87°
CMYK 0.340.150.00   0.13
XYZ43.200747.443475.9878
Yxy47.44340.25930.2847
Hunter Lab68.8792-8.5842-17.1936
CIE-Lab74.4725-5.5346-21.4147

#93bcde color RGB value is (147,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111100 11011110
Octal 223 274 336
Decimal 147 188 222
Hex 93 BC DE

RGB Percentages of Color #93bcde

%26.39
%33.75
%39.86

CMYK Percentages of Color #93bcde

%34
%15
%0
%13

Triadic Colors of #93bcde

#93bcde #de93bc #bcde93

Analogous Colors of #93bcde

#93bcde #9397de #93dedb

Monochromatic Colors of #93bcde

#93bcde

Complementary Color

#93bcde #deb593

#93bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bcde Color CSS Codes

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

#93bcde Text Font Color

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

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


#93bcde Background Color

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

This div background color is #93bcde


#93bcde Border Color

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

This div border color is #93bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bcde


Comments

No comments written yet.

Please login to write comment.