Color Hex Logo

#93ddbd Color Hex

#93DDBD
(147,221,189)
0 Favorites   0 Comments

Color spaces of #93ddbd

RGB 147221189
HSL0.430.520.72
HSV154°33°87°
CMYK 0.330.000.14   0.13
XYZ47.074461.590157.5511
Yxy61.59010.28320.3705
Hunter Lab78.4794-30.268911.4565
CIE-Lab82.6950-29.81318.4571

#93ddbd color RGB value is (147,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 10111101
Octal 223 335 275
Decimal 147 221 189
Hex 93 DD BD

RGB Percentages of Color #93ddbd

%26.39
%39.68
%33.93

CMYK Percentages of Color #93ddbd

%33
%0
%14
%13

Triadic Colors of #93ddbd

#93ddbd #bd93dd #ddbd93

Analogous Colors of #93ddbd

#93ddbd #93d8dd #93dd98

Monochromatic Colors of #93ddbd

#93ddbd

Complementary Color

#93ddbd #dd93b3

#93ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddbd Color CSS Codes

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

#93ddbd Text Font Color

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

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


#93ddbd Background Color

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

This div background color is #93ddbd


#93ddbd Border Color

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

This div border color is #93ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddbd


Comments

No comments written yet.

Please login to write comment.