Color Hex Logo

#93eaee Color Hex

#93EAEE
(147,234,238)
0 Favorites   0 Comments

Color spaces of #93eaee

RGB 147234238
HSL0.510.730.75
HSV183°38°93°
CMYK 0.380.020.00   0.07
XYZ56.888171.221791.6378
Yxy71.22170.25890.3241
Hunter Lab84.3929-27.3633-5.3048
CIE-Lab87.5926-25.1492-10.2208

#93eaee color RGB value is (147,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101010 11101110
Octal 223 352 356
Decimal 147 234 238
Hex 93 EA EE

RGB Percentages of Color #93eaee

%23.75
%37.80
%38.45

CMYK Percentages of Color #93eaee

%38
%2
%0
%7

Triadic Colors of #93eaee

#93eaee #ee93ea #eaee93

Analogous Colors of #93eaee

#93eaee #93bdee #93eec5

Monochromatic Colors of #93eaee

#93eaee

Complementary Color

#93eaee #ee9793

#93eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#93eaee Color CSS Codes

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

#93eaee Text Font Color

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

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


#93eaee Background Color

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

This div background color is #93eaee


#93eaee Border Color

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

This div border color is #93eaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,234,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 #93eaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93eaee


Comments

No comments written yet.

Please login to write comment.