Color Hex Logo

#93dcbe Color Hex

#93DCBE
(147,220,190)
0 Favorites   0 Comments

Color spaces of #93dcbe

RGB 147220190
HSL0.430.510.72
HSV155°33°86°
CMYK 0.330.000.14   0.14
XYZ46.920161.107158.0371
Yxy61.10710.28250.3680
Hunter Lab78.1710-29.659410.7006
CIE-Lab82.4363-29.13087.5572

#93dcbe color RGB value is (147,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011100 10111110
Octal 223 334 276
Decimal 147 220 190
Hex 93 DC BE

RGB Percentages of Color #93dcbe

%26.39
%39.50
%34.11

CMYK Percentages of Color #93dcbe

%33
%0
%14
%14

Triadic Colors of #93dcbe

#93dcbe #be93dc #dcbe93

Analogous Colors of #93dcbe

#93dcbe #93d6dc #93dc9a

Monochromatic Colors of #93dcbe

#93dcbe

Complementary Color

#93dcbe #dc93b1

#93dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dcbe Color CSS Codes

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

#93dcbe Text Font Color

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

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


#93dcbe Background Color

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

This div background color is #93dcbe


#93dcbe Border Color

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

This div border color is #93dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dcbe


Comments

No comments written yet.

Please login to write comment.