Color Hex Logo

#93ddbb Color Hex

#93DDBB
(147,221,187)
0 Favorites   0 Comments

Color spaces of #93ddbb

RGB 147221187
HSL0.420.520.72
HSV152°33°87°
CMYK 0.330.000.15   0.13
XYZ46.858761.503856.4154
Yxy61.50380.28440.3733
Hunter Lab78.4244-30.588512.2462
CIE-Lab82.6488-30.21949.4483

#93ddbb color RGB value is (147,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 10111011
Octal 223 335 273
Decimal 147 221 187
Hex 93 DD BB

RGB Percentages of Color #93ddbb

%26.49
%39.82
%33.69

CMYK Percentages of Color #93ddbb

%33
%0
%15
%13

Triadic Colors of #93ddbb

#93ddbb #bb93dd #ddbb93

Analogous Colors of #93ddbb

#93ddbb #93dadd #93dd96

Monochromatic Colors of #93ddbb

#93ddbb

Complementary Color

#93ddbb #dd93b5

#93ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddbb Color CSS Codes

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

#93ddbb Text Font Color

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

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


#93ddbb Background Color

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

This div background color is #93ddbb


#93ddbb Border Color

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

This div border color is #93ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddbb


Comments

No comments written yet.

Please login to write comment.