Color Hex Logo

#93ddbc Color Hex

#93DDBC
(147,221,188)
0 Favorites   0 Comments

Color spaces of #93ddbc

RGB 147221188
HSL0.430.520.72
HSV153°33°87°
CMYK 0.330.000.15   0.13
XYZ46.966261.546856.9813
Yxy61.54680.28380.3719
Hunter Lab78.4518-30.429211.8526
CIE-Lab82.6718-30.01678.9526

#93ddbc color RGB value is (147,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 10111100
Octal 223 335 274
Decimal 147 221 188
Hex 93 DD BC

RGB Percentages of Color #93ddbc

%26.44
%39.75
%33.81

CMYK Percentages of Color #93ddbc

%33
%0
%15
%13

Triadic Colors of #93ddbc

#93ddbc #bc93dd #ddbc93

Analogous Colors of #93ddbc

#93ddbc #93d9dd #93dd97

Monochromatic Colors of #93ddbc

#93ddbc

Complementary Color

#93ddbc #dd93b4

#93ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddbc Color CSS Codes

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

#93ddbc Text Font Color

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

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


#93ddbc Background Color

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

This div background color is #93ddbc


#93ddbc Border Color

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

This div border color is #93ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddbc


Comments

No comments written yet.

Please login to write comment.