Color Hex Logo

#93ebff Color Hex

#93EBFF
(147,235,255)
0 Favorites   0 Comments

Color spaces of #93ebff

RGB 147235255
HSL0.531.000.79
HSV191°42°100°
CMYK 0.420.080.00   0.00
XYZ59.791072.8397105.5159
Yxy72.83970.25110.3059
Hunter Lab85.3462-24.3040-13.5596
CIE-Lab88.3712-21.4565-17.9664

#93ebff color RGB value is (147,235,255).

#93ebff hex color red value is 147, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #93ebff hue: 0.53 , saturation: 1.00 and the lightness value of 93ebff is 0.79.

The process color (four color CMYK) of #93ebff color hex is 0.42, 0.08, 0.00, 0.00. Web safe color of #93ebff is #99ffff. Color #93ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101011 11111111
Octal 223 353 377
Decimal 147 235 255
Hex 93 EB FF

RGB Percentages of Color #93ebff

%23.08
%36.89
%40.03

CMYK Percentages of Color #93ebff

%42
%8
%0
%0

Triadic Colors of #93ebff

#93ebff #ff93eb #ebff93

Analogous Colors of #93ebff

#93ebff #93b5ff #93ffdd

Monochromatic Colors of #93ebff

#93ebff

Complementary Color

#93ebff #ffa793

#93ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ebff Color CSS Codes

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

#93ebff Text Font Color

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

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


#93ebff Background Color

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

This div background color is #93ebff


#93ebff Border Color

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

This div border color is #93ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ebff

Related Colors


Comments

No comments written yet.

Please login to write comment.