Color Hex Logo

#93cacc Color Hex

#93CACC
(147,202,204)
0 Favorites   0 Comments

Color spaces of #93cacc

RGB 147202204
HSL0.510.360.69
HSV182°28°80°
CMYK 0.280.010.00   0.20
XYZ44.052252.803764.9971
Yxy52.80370.27220.3262
Hunter Lab72.6662-18.9542-2.1663
CIE-Lab77.7590-17.1910-6.7463

#93cacc color RGB value is (147,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001010 11001100
Octal 223 312 314
Decimal 147 202 204
Hex 93 CA CC

RGB Percentages of Color #93cacc

%26.58
%36.53
%36.89

CMYK Percentages of Color #93cacc

%28
%1
%0
%20

Triadic Colors of #93cacc

#93cacc #cc93ca #cacc93

Analogous Colors of #93cacc

#93cacc #93aecc #93ccb2

Monochromatic Colors of #93cacc

#93cacc

Complementary Color

#93cacc #cc9593

#93cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cacc Color CSS Codes

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

#93cacc Text Font Color

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

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


#93cacc Background Color

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

This div background color is #93cacc


#93cacc Border Color

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

This div border color is #93cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cacc


Comments

No comments written yet.

Please login to write comment.