Color Hex Logo

#93eeec Color Hex

#93EEEC
(147,238,236)
0 Favorites   0 Comments

Color spaces of #93eeec

RGB 147238236
HSL0.500.730.75
HSV179°38°93°
CMYK 0.380.000.01   0.07
XYZ57.747573.408290.4825
Yxy73.40820.26050.3312
Hunter Lab85.6786-29.6282-2.6393
CIE-Lab88.6420-27.5613-7.6146

#93eeec color RGB value is (147,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101110 11101100
Octal 223 356 354
Decimal 147 238 236
Hex 93 EE EC

RGB Percentages of Color #93eeec

%23.67
%38.33
%38.00

CMYK Percentages of Color #93eeec

%38
%0
%1
%7

Triadic Colors of #93eeec

#93eeec #ec93ee #eeec93

Analogous Colors of #93eeec

#93eeec #93c3ee #93eebf

Monochromatic Colors of #93eeec

#93eeec

Complementary Color

#93eeec #ee9395

#93eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#93eeec Color CSS Codes

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

#93eeec Text Font Color

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

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


#93eeec Background Color

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

This div background color is #93eeec


#93eeec Border Color

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

This div border color is #93eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93eeec


Comments

No comments written yet.

Please login to write comment.