Color Hex Logo

#93dcaf Color Hex

#93DCAF
(147,220,175)
0 Favorites   0 Comments

Color spaces of #93dcaf

RGB 147220175
HSL0.400.510.72
HSV143°33°86°
CMYK 0.330.000.20   0.14
XYZ45.363760.484649.8412
Yxy60.48460.29140.3885
Hunter Lab77.7718-31.983116.4434
CIE-Lab82.1009-32.103715.0027

#93dcaf color RGB value is (147,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011100 10101111
Octal 223 334 257
Decimal 147 220 175
Hex 93 DC AF

RGB Percentages of Color #93dcaf

%27.12
%40.59
%32.29

CMYK Percentages of Color #93dcaf

%33
%0
%20
%14

Triadic Colors of #93dcaf

#93dcaf #af93dc #dcaf93

Analogous Colors of #93dcaf

#93dcaf #93dcd4 #9cdc93

Monochromatic Colors of #93dcaf

#93dcaf

Complementary Color

#93dcaf #dc93c0

#93dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dcaf Color CSS Codes

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

#93dcaf Text Font Color

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

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


#93dcaf Background Color

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

This div background color is #93dcaf


#93dcaf Border Color

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

This div border color is #93dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dcaf


Comments

No comments written yet.

Please login to write comment.