Color Hex Logo

#93befd Color Hex

#93BEFD
(147,190,253)
0 Favorites   0 Comments

Color spaces of #93befd

RGB 147190253
HSL0.600.960.78
HSV216°42°99°
CMYK 0.420.250.00   0.01
XYZ48.175750.1218100.0639
Yxy50.12180.24290.2527
Hunter Lab70.7968-2.4288-34.2426
CIE-Lab76.14401.4852-35.5786

#93befd color RGB value is (147,190,253).

#93befd hex color red value is 147, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #93befd hue: 0.60 , saturation: 0.96 and the lightness value of 93befd is 0.78.

The process color (four color CMYK) of #93befd color hex is 0.42, 0.25, 0.00, 0.01. Web safe color of #93befd is #99ccff. Color #93befd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111110 11111101
Octal 223 276 375
Decimal 147 190 253
Hex 93 BE FD

RGB Percentages of Color #93befd

%24.92
%32.20
%42.88

CMYK Percentages of Color #93befd

%42
%25
%0
%1

Triadic Colors of #93befd

#93befd #fd93be #befd93

Analogous Colors of #93befd

#93befd #9d93fd #93f3fd

Monochromatic Colors of #93befd

#93befd

Complementary Color

#93befd #fdd293

#93befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93befd Color CSS Codes

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

#93befd Text Font Color

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

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


#93befd Background Color

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

This div background color is #93befd


#93befd Border Color

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

This div border color is #93befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93befd


Comments

No comments written yet.

Please login to write comment.