Color Hex Logo

#93cfab Color Hex

#93CFAB
(147,207,171)
0 Favorites   0 Comments

Color spaces of #93cfab

RGB 147207171
HSL0.400.380.69
HSV144°29°81°
CMYK 0.290.000.17   0.19
XYZ41.696153.769046.7089
Yxy53.76900.29330.3782
Hunter Lab73.3273-26.822513.5619
CIE-Lab78.3268-26.664011.7948

#93cfab color RGB value is (147,207,171).

#93cfab hex color red value is 147, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #93cfab hue: 0.40 , saturation: 0.38 and the lightness value of 93cfab is 0.69.

The process color (four color CMYK) of #93cfab color hex is 0.29, 0.00, 0.17, 0.19. Web safe color of #93cfab is #99cc99. Color #93cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001111 10101011
Octal 223 317 253
Decimal 147 207 171
Hex 93 CF AB

RGB Percentages of Color #93cfab

%28.00
%39.43
%32.57

CMYK Percentages of Color #93cfab

%29
%0
%17
%19

Triadic Colors of #93cfab

#93cfab #ab93cf #cfab93

Analogous Colors of #93cfab

#93cfab #93cfc9 #99cf93

Monochromatic Colors of #93cfab

#93cfab

Complementary Color

#93cfab #cf93b7

#93cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cfab Color CSS Codes

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

#93cfab Text Font Color

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

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


#93cfab Background Color

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

This div background color is #93cfab


#93cfab Border Color

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

This div border color is #93cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cfab


Comments

No comments written yet.

Please login to write comment.