Color Hex Logo

#93cccd Color Hex

#93CCCD
(147,204,205)
0 Favorites   0 Comments

Color spaces of #93cccd

RGB 147204205
HSL0.500.370.69
HSV181°28°80°
CMYK 0.280.000.00   0.20
XYZ44.644953.796665.7883
Yxy53.79660.27180.3276
Hunter Lab73.3462-19.7051-1.8382
CIE-Lab78.3430-17.9807-6.4199

#93cccd color RGB value is (147,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001100 11001101
Octal 223 314 315
Decimal 147 204 205
Hex 93 CC CD

RGB Percentages of Color #93cccd

%26.44
%36.69
%36.87

CMYK Percentages of Color #93cccd

%28
%0
%0
%20

Triadic Colors of #93cccd

#93cccd #cd93cc #cccd93

Analogous Colors of #93cccd

#93cccd #93afcd #93cdb1

Monochromatic Colors of #93cccd

#93cccd

Complementary Color

#93cccd #cd9493

#93cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cccd Color CSS Codes

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

#93cccd Text Font Color

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

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


#93cccd Background Color

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

This div background color is #93cccd


#93cccd Border Color

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

This div border color is #93cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cccd


Comments

No comments written yet.

Please login to write comment.