Color Hex Logo

#93bccb Color Hex

#93BCCB
(147,188,203)
0 Favorites   0 Comments

Color spaces of #93bccb

RGB 147188203
HSL0.540.350.69
HSV196°28°80°
CMYK 0.280.070.00   0.20
XYZ40.795346.481363.3216
Yxy46.48130.27090.3086
Hunter Lab68.1772-12.5008-7.3433
CIE-Lab73.8568-10.1522-12.0146

#93bccb color RGB value is (147,188,203).

#93bccb hex color red value is 147, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #93bccb hue: 0.54 , saturation: 0.35 and the lightness value of 93bccb is 0.69.

The process color (four color CMYK) of #93bccb color hex is 0.28, 0.07, 0.00, 0.20. Web safe color of #93bccb is #99cccc. Color #93bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111100 11001011
Octal 223 274 313
Decimal 147 188 203
Hex 93 BC CB

RGB Percentages of Color #93bccb

%27.32
%34.94
%37.73

CMYK Percentages of Color #93bccb

%28
%7
%0
%20

Triadic Colors of #93bccb

#93bccb #cb93bc #bccb93

Analogous Colors of #93bccb

#93bccb #93a0cb #93cbbe

Monochromatic Colors of #93bccb

#93bccb

Complementary Color

#93bccb #cba293

#93bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bccb Color CSS Codes

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

#93bccb Text Font Color

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

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


#93bccb Background Color

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

This div background color is #93bccb


#93bccb Border Color

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

This div border color is #93bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bccb


Comments

No comments written yet.

Please login to write comment.