Color Hex Logo

#93eeeb Color Hex

#93EEEB
(147,238,235)
0 Favorites   0 Comments

Color spaces of #93eeeb

RGB 147238235
HSL0.490.730.75
HSV178°38°93°
CMYK 0.380.000.01   0.07
XYZ57.602673.350389.7193
Yxy73.35030.26100.3324
Hunter Lab85.6448-29.8236-2.1593
CIE-Lab88.6145-27.7972-7.1319

#93eeeb color RGB value is (147,238,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101110 11101011
Octal 223 356 353
Decimal 147 238 235
Hex 93 EE EB

RGB Percentages of Color #93eeeb

%23.71
%38.39
%37.90

CMYK Percentages of Color #93eeeb

%38
%0
%1
%7

Triadic Colors of #93eeeb

#93eeeb #eb93ee #eeeb93

Analogous Colors of #93eeeb

#93eeeb #93c4ee #93eebe

Monochromatic Colors of #93eeeb

#93eeeb

Complementary Color

#93eeeb #ee9396

#93eeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93eeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93eeeb Color CSS Codes

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

#93eeeb Text Font Color

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

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


#93eeeb Background Color

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

This div background color is #93eeeb


#93eeeb Border Color

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

This div border color is #93eeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93eeeb


Comments

No comments written yet.

Please login to write comment.