Color Hex Logo

#93ddcc Color Hex

#93DDCC
(147,221,204)
0 Favorites   0 Comments

Color spaces of #93ddcc

RGB 147221204
HSL0.460.520.72
HSV166°33°87°
CMYK 0.330.000.08   0.13
XYZ48.788262.275666.5757
Yxy62.27560.27460.3506
Hunter Lab78.9149-27.74555.2211
CIE-Lab83.0598-26.64191.0406

#93ddcc color RGB value is (147,221,204).

#93ddcc hex color red value is 147, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #93ddcc hue: 0.46 , saturation: 0.52 and the lightness value of 93ddcc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 11001100
Octal 223 335 314
Decimal 147 221 204
Hex 93 DD CC

RGB Percentages of Color #93ddcc

%25.70
%38.64
%35.66

CMYK Percentages of Color #93ddcc

%33
%0
%8
%13

Triadic Colors of #93ddcc

#93ddcc #cc93dd #ddcc93

Analogous Colors of #93ddcc

#93ddcc #93c9dd #93dda7

Monochromatic Colors of #93ddcc

#93ddcc

Complementary Color

#93ddcc #dd93a4

#93ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddcc Color CSS Codes

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

#93ddcc Text Font Color

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

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


#93ddcc Background Color

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

This div background color is #93ddcc


#93ddcc Border Color

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

This div border color is #93ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddcc


Comments

No comments written yet.

Please login to write comment.