Color Hex Logo

#93ffee Color Hex

#93FFEE
(147,255,238)
0 Favorites   0 Comments

Color spaces of #93ffee

RGB 147255238
HSL0.471.000.79
HSV171°42°100°
CMYK 0.420.000.07   0.00
XYZ63.225283.896193.7502
Yxy83.89610.26250.3483
Hunter Lab91.5948-37.07763.4312
CIE-Lab93.4054-35.1053-1.6388

#93ffee color RGB value is (147,255,238).

#93ffee hex color red value is 147, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #93ffee hue: 0.47 , saturation: 1.00 and the lightness value of 93ffee is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11111111 11101110
Octal 223 377 356
Decimal 147 255 238
Hex 93 FF EE

RGB Percentages of Color #93ffee

%22.97
%39.84
%37.19

CMYK Percentages of Color #93ffee

%42
%0
%7
%0

Triadic Colors of #93ffee

#93ffee #ee93ff #ffee93

Analogous Colors of #93ffee

#93ffee #93daff #93ffb8

Monochromatic Colors of #93ffee

#93ffee

Complementary Color

#93ffee #ff93a4

#93ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ffee Color CSS Codes

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

#93ffee Text Font Color

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

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


#93ffee Background Color

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

This div background color is #93ffee


#93ffee Border Color

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

This div border color is #93ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ffee


Comments

No comments written yet.

Please login to write comment.