Color Hex Logo

#93b2fd Color Hex

#93B2FD
(147,178,253)
0 Favorites   0 Comments

Color spaces of #93b2fd

RGB 147178253
HSL0.620.960.78
HSV222°42°99°
CMYK 0.420.300.00   0.01
XYZ45.682645.135799.2328
Yxy45.13570.24040.2375
Hunter Lab67.18313.8045-40.5461
CIE-Lab72.98128.1190-40.4919

#93b2fd color RGB value is (147,178,253).

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

The process color (four color CMYK) of #93b2fd color hex is 0.42, 0.30, 0.00, 0.01. Web safe color of #93b2fd is #9999ff. Color #93b2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110010 11111101
Octal 223 262 375
Decimal 147 178 253
Hex 93 B2 FD

RGB Percentages of Color #93b2fd

%25.43
%30.80
%43.77

CMYK Percentages of Color #93b2fd

%42
%30
%0
%1

Triadic Colors of #93b2fd

#93b2fd #fd93b2 #b2fd93

Analogous Colors of #93b2fd

#93b2fd #a993fd #93e7fd

Monochromatic Colors of #93b2fd

#93b2fd

Complementary Color

#93b2fd #fdde93

#93b2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b2fd Color CSS Codes

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

#93b2fd Text Font Color

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

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


#93b2fd Background Color

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

This div background color is #93b2fd


#93b2fd Border Color

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

This div border color is #93b2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b2fd


Comments

No comments written yet.

Please login to write comment.