Color Hex Logo

#93dccd Color Hex

#93DCCD
(147,220,205)
0 Favorites   0 Comments

Color spaces of #93dccd

RGB 147220205
HSL0.470.510.72
HSV168°33°86°
CMYK 0.330.000.07   0.14
XYZ48.645361.797267.1218
Yxy61.79720.27400.3480
Hunter Lab78.6112-27.11224.4033
CIE-Lab82.8055-25.93700.1392

#93dccd color RGB value is (147,220,205).

#93dccd hex color red value is 147, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #93dccd hue: 0.47 , saturation: 0.51 and the lightness value of 93dccd is 0.72.

The process color (four color CMYK) of #93dccd color hex is 0.33, 0.00, 0.07, 0.14. Web safe color of #93dccd is #99cccc. Color #93dccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011100 11001101
Octal 223 334 315
Decimal 147 220 205
Hex 93 DC CD

RGB Percentages of Color #93dccd

%25.70
%38.46
%35.84

CMYK Percentages of Color #93dccd

%33
%0
%7
%14

Triadic Colors of #93dccd

#93dccd #cd93dc #dccd93

Analogous Colors of #93dccd

#93dccd #93c7dc #93dca9

Monochromatic Colors of #93dccd

#93dccd

Complementary Color

#93dccd #dc93a2

#93dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dccd Color CSS Codes

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

#93dccd Text Font Color

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

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


#93dccd Background Color

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

This div background color is #93dccd


#93dccd Border Color

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

This div border color is #93dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dccd


Comments

No comments written yet.

Please login to write comment.