Color Hex Logo

#93afee Color Hex

#93AFEE
(147,175,238)
0 Favorites   0 Comments

Color spaces of #93afee

RGB 147175238
HSL0.620.730.75
HSV222°38°93°
CMYK 0.380.260.00   0.07
XYZ42.795243.036086.9402
Yxy43.03600.24770.2491
Hunter Lab65.60181.6409-32.6540
CIE-Lab71.57945.7291-34.5464

#93afee color RGB value is (147,175,238).

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

The process color (four color CMYK) of #93afee color hex is 0.38, 0.26, 0.00, 0.07. Web safe color of #93afee is #9999ff. Color #93afee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101111 11101110
Octal 223 257 356
Decimal 147 175 238
Hex 93 AF EE

RGB Percentages of Color #93afee

%26.25
%31.25
%42.50

CMYK Percentages of Color #93afee

%38
%26
%0
%7

Triadic Colors of #93afee

#93afee #ee93af #afee93

Analogous Colors of #93afee

#93afee #a593ee #93ddee

Monochromatic Colors of #93afee

#93afee

Complementary Color

#93afee #eed293

#93afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#93afee Color CSS Codes

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

#93afee Text Font Color

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

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


#93afee Background Color

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

This div background color is #93afee


#93afee Border Color

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

This div border color is #93afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93afee


Comments

No comments written yet.

Please login to write comment.