Color Hex Logo

#93cacb Color Hex

#93CACB
(147,202,203)
0 Favorites   0 Comments

Color spaces of #93cacb

RGB 147202203
HSL0.500.350.69
HSV181°28°80°
CMYK 0.280.000.00   0.20
XYZ43.932652.755964.3673
Yxy52.75590.27280.3276
Hunter Lab72.6333-19.1416-1.6993
CIE-Lab77.7307-17.4195-6.2494

#93cacb color RGB value is (147,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001010 11001011
Octal 223 312 313
Decimal 147 202 203
Hex 93 CA CB

RGB Percentages of Color #93cacb

%26.63
%36.59
%36.78

CMYK Percentages of Color #93cacb

%28
%0
%0
%20

Triadic Colors of #93cacb

#93cacb #cb93ca #cacb93

Analogous Colors of #93cacb

#93cacb #93aecb #93cbb0

Monochromatic Colors of #93cacb

#93cacb

Complementary Color

#93cacb #cb9493

#93cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cacb Color CSS Codes

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

#93cacb Text Font Color

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

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


#93cacb Background Color

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

This div background color is #93cacb


#93cacb Border Color

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

This div border color is #93cacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,202,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 #93cacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cacb


Comments

No comments written yet.

Please login to write comment.