Color Hex Logo

#93ccbb Color Hex

#93CCBB
(147,204,187)
0 Favorites   0 Comments

Color spaces of #93ccbb

RGB 147204187
HSL0.450.360.69
HSV162°28°80°
CMYK 0.280.000.08   0.20
XYZ42.595152.976654.9942
Yxy52.97660.28290.3518
Hunter Lab72.7850-22.91246.1518
CIE-Lab77.8612-21.94582.5541

#93ccbb color RGB value is (147,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001100 10111011
Octal 223 314 273
Decimal 147 204 187
Hex 93 CC BB

RGB Percentages of Color #93ccbb

%27.32
%37.92
%34.76

CMYK Percentages of Color #93ccbb

%28
%0
%8
%20

Triadic Colors of #93ccbb

#93ccbb #bb93cc #ccbb93

Analogous Colors of #93ccbb

#93ccbb #93c1cc #93cc9f

Monochromatic Colors of #93ccbb

#93ccbb

Complementary Color

#93ccbb #cc93a4

#93ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ccbb Color CSS Codes

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

#93ccbb Text Font Color

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

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


#93ccbb Background Color

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

This div background color is #93ccbb


#93ccbb Border Color

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

This div border color is #93ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ccbb


Comments

No comments written yet.

Please login to write comment.