Color Hex Logo

#93cee3 Color Hex

#93CEE3
(147,206,227)
0 Favorites   0 Comments

Color spaces of #93cee3

RGB 147206227
HSL0.540.590.73
HSV196°35°89°
CMYK 0.350.090.00   0.11
XYZ47.969155.891780.9330
Yxy55.89170.25960.3025
Hunter Lab74.7608-16.2995-11.8525
CIE-Lab79.5521-13.7759-16.4245

#93cee3 color RGB value is (147,206,227).

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

The process color (four color CMYK) of #93cee3 color hex is 0.35, 0.09, 0.00, 0.11. Web safe color of #93cee3 is #99cccc. Color #93cee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 11100011
Octal 223 316 343
Decimal 147 206 227
Hex 93 CE E3

RGB Percentages of Color #93cee3

%25.34
%35.52
%39.14

CMYK Percentages of Color #93cee3

%35
%9
%0
%11

Triadic Colors of #93cee3

#93cee3 #e393ce #cee393

Analogous Colors of #93cee3

#93cee3 #93a6e3 #93e3d0

Monochromatic Colors of #93cee3

#93cee3

Complementary Color

#93cee3 #e3a893

#93cee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cee3 Color CSS Codes

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

#93cee3 Text Font Color

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

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


#93cee3 Background Color

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

This div background color is #93cee3


#93cee3 Border Color

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

This div border color is #93cee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cee3


Comments

No comments written yet.

Please login to write comment.