Color Hex Logo

#93cef9 Color Hex

#93CEF9
(147,206,249)
0 Favorites   0 Comments

Color spaces of #93cef9

RGB 147206249
HSL0.570.890.78
HSV205°41°98°
CMYK 0.410.170.00   0.02
XYZ51.202857.185297.9617
Yxy57.18520.24810.2771
Hunter Lab75.6209-11.4745-23.8715
CIE-Lab80.2836-8.1775-27.0699

#93cef9 color RGB value is (147,206,249).

#93cef9 hex color red value is 147, green value is 206 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #93cef9 hue: 0.57 , saturation: 0.89 and the lightness value of 93cef9 is 0.78.

The process color (four color CMYK) of #93cef9 color hex is 0.41, 0.17, 0.00, 0.02. Web safe color of #93cef9 is #99ccff. Color #93cef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 11111001
Octal 223 316 371
Decimal 147 206 249
Hex 93 CE F9

RGB Percentages of Color #93cef9

%24.42
%34.22
%41.36

CMYK Percentages of Color #93cef9

%41
%17
%0
%2

Triadic Colors of #93cef9

#93cef9 #f993ce #cef993

Analogous Colors of #93cef9

#93cef9 #939bf9 #93f9f1

Monochromatic Colors of #93cef9

#93cef9

Complementary Color

#93cef9 #f9be93

#93cef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93cef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93cef9 Color CSS Codes

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

#93cef9 Text Font Color

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

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


#93cef9 Background Color

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

This div background color is #93cef9


#93cef9 Border Color

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

This div border color is #93cef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93cef9


Comments

No comments written yet.

Please login to write comment.