Color Hex Logo

#93faae Color Hex

#93FAAE
(147,250,174)
0 Favorites   0 Comments

Color spaces of #93faae

RGB 147250174
HSL0.380.910.78
HSV136°41°98°
CMYK 0.410.000.30   0.02
XYZ53.858277.630352.1899
Yxy77.63030.29320.4226
Hunter Lab88.1081-45.076626.5558
CIE-Lab90.6109-45.776927.2911

#93faae color RGB value is (147,250,174).

#93faae hex color red value is 147, green value is 250 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #93faae hue: 0.38 , saturation: 0.91 and the lightness value of 93faae is 0.78.

The process color (four color CMYK) of #93faae color hex is 0.41, 0.00, 0.30, 0.02. Web safe color of #93faae is #99ff99. Color #93faae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111010 10101110
Octal 223 372 256
Decimal 147 250 174
Hex 93 FA AE

RGB Percentages of Color #93faae

%25.74
%43.78
%30.47

CMYK Percentages of Color #93faae

%41
%0
%30
%2

Triadic Colors of #93faae

#93faae #ae93fa #faae93

Analogous Colors of #93faae

#93faae #93fae2 #acfa93

Monochromatic Colors of #93faae

#93faae

Complementary Color

#93faae #fa93df

#93faae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93faae Color Preview on White Background

Lorem ipsum dolor sit amet.

#93faae Color CSS Codes

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

#93faae Text Font Color

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

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


#93faae Background Color

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

This div background color is #93faae


#93faae Border Color

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

This div border color is #93faae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93faae

Related Colors


Comments

No comments written yet.

Please login to write comment.