Color Hex Logo

#93eeda Color Hex

#93EEDA
(147,238,218)
0 Favorites   0 Comments

Color spaces of #93eeda

RGB 147238218
HSL0.460.730.75
HSV167°38°93°
CMYK 0.380.000.08   0.07
XYZ55.262072.414177.3944
Yxy72.41410.26950.3531
Hunter Lab85.0965-33.00025.6439
CIE-Lab88.1675-31.68101.1095

#93eeda color RGB value is (147,238,218).

#93eeda hex color red value is 147, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #93eeda hue: 0.46 , saturation: 0.73 and the lightness value of 93eeda is 0.75.

The process color (four color CMYK) of #93eeda color hex is 0.38, 0.00, 0.08, 0.07. Web safe color of #93eeda is #99ffcc. Color #93eeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101110 11011010
Octal 223 356 332
Decimal 147 238 218
Hex 93 EE DA

RGB Percentages of Color #93eeda

%24.38
%39.47
%36.15

CMYK Percentages of Color #93eeda

%38
%0
%8
%7

Triadic Colors of #93eeda

#93eeda #da93ee #eeda93

Analogous Colors of #93eeda

#93eeda #93d5ee #93eead

Monochromatic Colors of #93eeda

#93eeda

Complementary Color

#93eeda #ee93a7

#93eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#93eeda Color CSS Codes

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

#93eeda Text Font Color

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

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


#93eeda Background Color

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

This div background color is #93eeda


#93eeda Border Color

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

This div border color is #93eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93eeda


Comments

No comments written yet.

Please login to write comment.