Color Hex Logo

#93ccca Color Hex

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

Color spaces of #93ccca

RGB 147204202
HSL0.490.360.69
HSV178°28°80°
CMYK 0.280.000.01   0.20
XYZ44.286253.653063.8991
Yxy53.65300.27360.3315
Hunter Lab73.2482-20.2625-0.4487
CIE-Lab78.2590-18.6622-4.9306

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

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

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

Base Numbers

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

RGB Percentages of Color #93ccca

%26.58
%36.89
%36.53

CMYK Percentages of Color #93ccca

%28
%0
%1
%20

Triadic Colors of #93ccca

#93ccca #ca93cc #ccca93

Analogous Colors of #93ccca

#93ccca #93b2cc #93ccae

Monochromatic Colors of #93ccca

#93ccca

Complementary Color

#93ccca #cc9395

#93ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ccca Color CSS Codes

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

#93ccca Text Font Color

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

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


#93ccca Background Color

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

This div background color is #93ccca


#93ccca Border Color

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

This div border color is #93ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ccca

#93ccca Color Palettes


Comments

No comments written yet.

Please login to write comment.