Color Hex Logo

#93cee0 Color Hex

#93CEE0
(147,206,224)
0 Favorites   0 Comments

Color spaces of #93cee0

RGB 147206224
HSL0.540.550.73
HSV194°34°88°
CMYK 0.340.080.00   0.12
XYZ47.558555.727578.7709
Yxy55.72750.26120.3061
Hunter Lab74.6509-16.9204-10.3067
CIE-Lab79.4585-14.5113-14.9581

#93cee0 color RGB value is (147,206,224).

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

The process color (four color CMYK) of #93cee0 color hex is 0.34, 0.08, 0.00, 0.12. Web safe color of #93cee0 is #99cccc. Color #93cee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 11100000
Octal 223 316 340
Decimal 147 206 224
Hex 93 CE E0

RGB Percentages of Color #93cee0

%25.48
%35.70
%38.82

CMYK Percentages of Color #93cee0

%34
%8
%0
%12

Triadic Colors of #93cee0

#93cee0 #e093ce #cee093

Analogous Colors of #93cee0

#93cee0 #93a8e0 #93e0cc

Monochromatic Colors of #93cee0

#93cee0

Complementary Color

#93cee0 #e0a593

#93cee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cee0 Color CSS Codes

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

#93cee0 Text Font Color

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

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


#93cee0 Background Color

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

This div background color is #93cee0


#93cee0 Border Color

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

This div border color is #93cee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cee0


Comments

No comments written yet.

Please login to write comment.