Color Hex Logo

#93dcee Color Hex

#93DCEE
(147,220,238)
0 Favorites   0 Comments

Color spaces of #93dcee

RGB 147220238
HSL0.530.730.75
HSV192°38°93°
CMYK 0.380.080.00   0.07
XYZ53.058463.562590.3612
Yxy63.56250.25630.3071
Hunter Lab79.7261-20.7274-11.3908
CIE-Lab83.7375-18.2082-15.9867

#93dcee color RGB value is (147,220,238).

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

The process color (four color CMYK) of #93dcee color hex is 0.38, 0.08, 0.00, 0.07. Web safe color of #93dcee is #99ccff. Color #93dcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011100 11101110
Octal 223 334 356
Decimal 147 220 238
Hex 93 DC EE

RGB Percentages of Color #93dcee

%24.30
%36.36
%39.34

CMYK Percentages of Color #93dcee

%38
%8
%0
%7

Triadic Colors of #93dcee

#93dcee #ee93dc #dcee93

Analogous Colors of #93dcee

#93dcee #93afee #93eed3

Monochromatic Colors of #93dcee

#93dcee

Complementary Color

#93dcee #eea593

#93dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#93dcee Color CSS Codes

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

#93dcee Text Font Color

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

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


#93dcee Background Color

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

This div background color is #93dcee


#93dcee Border Color

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

This div border color is #93dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93dcee


Comments

No comments written yet.

Please login to write comment.