Color Hex Logo

#93dcbd Color Hex

#93DCBD
(147,220,189)
0 Favorites   0 Comments

Color spaces of #93dcbd

RGB 147220189
HSL0.430.510.72
HSV155°33°86°
CMYK 0.330.000.14   0.14
XYZ46.811161.063657.4634
Yxy61.06360.28310.3693
Hunter Lab78.1432-29.821511.1007
CIE-Lab82.4129-29.33638.0530

#93dcbd color RGB value is (147,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011100 10111101
Octal 223 334 275
Decimal 147 220 189
Hex 93 DC BD

RGB Percentages of Color #93dcbd

%26.44
%39.57
%33.99

CMYK Percentages of Color #93dcbd

%33
%0
%14
%14

Triadic Colors of #93dcbd

#93dcbd #bd93dc #dcbd93

Analogous Colors of #93dcbd

#93dcbd #93d7dc #93dc99

Monochromatic Colors of #93dcbd

#93dcbd

Complementary Color

#93dcbd #dc93b2

#93dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dcbd Color CSS Codes

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

#93dcbd Text Font Color

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

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


#93dcbd Background Color

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

This div background color is #93dcbd


#93dcbd Border Color

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

This div border color is #93dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dcbd


Comments

No comments written yet.

Please login to write comment.