Color Hex Logo

#93c9de Color Hex

#93C9DE
(147,201,222)
0 Favorites   0 Comments

Color spaces of #93c9de

RGB 147201222
HSL0.550.530.72
HSV197°34°87°
CMYK 0.340.090.00   0.13
XYZ46.104153.250376.9556
Yxy53.25030.26150.3020
Hunter Lab72.9728-14.9264-11.4450
CIE-Lab78.0225-12.4103-16.0439

#93c9de color RGB value is (147,201,222).

#93c9de hex color red value is 147, green value is 201 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #93c9de hue: 0.55 , saturation: 0.53 and the lightness value of 93c9de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001001 11011110
Octal 223 311 336
Decimal 147 201 222
Hex 93 C9 DE

RGB Percentages of Color #93c9de

%25.79
%35.26
%38.95

CMYK Percentages of Color #93c9de

%34
%9
%0
%13

Triadic Colors of #93c9de

#93c9de #de93c9 #c9de93

Analogous Colors of #93c9de

#93c9de #93a4de #93dece

Monochromatic Colors of #93c9de

#93c9de

Complementary Color

#93c9de #dea893

#93c9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93c9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#93c9de Color CSS Codes

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

#93c9de Text Font Color

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

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


#93c9de Background Color

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

This div background color is #93c9de


#93c9de Border Color

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

This div border color is #93c9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93c9de

#93c9de Color Palettes


Comments

No comments written yet.

Please login to write comment.