Color Hex Logo

#93bccc Color Hex

#93BCCC
(147,188,204)
0 Favorites   0 Comments

Color spaces of #93bccc

RGB 147188204
HSL0.550.360.69
HSV197°28°80°
CMYK 0.280.080.00   0.20
XYZ40.914946.529163.9513
Yxy46.52910.27030.3073
Hunter Lab68.2122-12.3040-7.8378
CIE-Lab73.8875-9.9167-12.5131

#93bccc color RGB value is (147,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111100 11001100
Octal 223 274 314
Decimal 147 188 204
Hex 93 BC CC

RGB Percentages of Color #93bccc

%27.27
%34.88
%37.85

CMYK Percentages of Color #93bccc

%28
%8
%0
%20

Triadic Colors of #93bccc

#93bccc #cc93bc #bccc93

Analogous Colors of #93bccc

#93bccc #93a0cc #93ccc0

Monochromatic Colors of #93bccc

#93bccc

Complementary Color

#93bccc #cca393

#93bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bccc Color CSS Codes

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

#93bccc Text Font Color

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

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


#93bccc Background Color

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

This div background color is #93bccc


#93bccc Border Color

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

This div border color is #93bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bccc


Comments

No comments written yet.

Please login to write comment.