Color Hex Logo

#93bcbc Color Hex

#93BCBC
(147,188,188)
0 Favorites   0 Comments

Color spaces of #93bcbc

RGB 147188188
HSL0.500.230.66
HSV180°22°74°
CMYK 0.220.000.00   0.26
XYZ39.092945.800354.3569
Yxy45.80030.28070.3289
Hunter Lab67.6759-15.3226-0.2482
CIE-Lab73.4158-13.5724-4.4927

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

#93bcbc hex color red value is 147, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #93bcbc hue: 0.50 , saturation: 0.23 and the lightness value of 93bcbc is 0.66.

The process color (four color CMYK) of #93bcbc color hex is 0.22, 0.00, 0.00, 0.26. Web safe color of #93bcbc is #99cccc. Color #93bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111100 10111100
Octal 223 274 274
Decimal 147 188 188
Hex 93 BC BC

RGB Percentages of Color #93bcbc

%28.11
%35.95
%35.95

CMYK Percentages of Color #93bcbc

%22
%0
%0
%26

Triadic Colors of #93bcbc

#93bcbc #bc93bc #bcbc93

Analogous Colors of #93bcbc

#93bcbc #93a8bc #93bca8

Monochromatic Colors of #93bcbc

#93bcbc

Complementary Color

#93bcbc #bc9393

#93bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bcbc Color CSS Codes

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

#93bcbc Text Font Color

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

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


#93bcbc Background Color

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

This div background color is #93bcbc


#93bcbc Border Color

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

This div border color is #93bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bcbc


Comments

No comments written yet.

Please login to write comment.