Color Hex Logo

#93e0ee Color Hex

#93E0EE
(147,224,238)
0 Favorites   0 Comments

Color spaces of #93e0ee

RGB 147224238
HSL0.530.730.75
HSV189°38°93°
CMYK 0.380.060.00   0.07
XYZ54.120965.687490.7154
Yxy65.68740.25710.3120
Hunter Lab81.0478-22.6374-9.6289
CIE-Lab84.8367-20.2164-14.3367

#93e0ee color RGB value is (147,224,238).

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

The process color (four color CMYK) of #93e0ee color hex is 0.38, 0.06, 0.00, 0.07. Web safe color of #93e0ee is #99ccff. Color #93e0ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11100000 11101110
Octal 223 340 356
Decimal 147 224 238
Hex 93 E0 EE

RGB Percentages of Color #93e0ee

%24.14
%36.78
%39.08

CMYK Percentages of Color #93e0ee

%38
%6
%0
%7

Triadic Colors of #93e0ee

#93e0ee #ee93e0 #e0ee93

Analogous Colors of #93e0ee

#93e0ee #93b3ee #93eecf

Monochromatic Colors of #93e0ee

#93e0ee

Complementary Color

#93e0ee #eea193

#93e0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93e0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#93e0ee Color CSS Codes

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

#93e0ee Text Font Color

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

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


#93e0ee Background Color

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

This div background color is #93e0ee


#93e0ee Border Color

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

This div border color is #93e0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93e0ee


Comments

No comments written yet.

Please login to write comment.