Color Hex Logo

#93b3de Color Hex

#93B3DE
(147,179,222)
0 Favorites   0 Comments

Color spaces of #93b3de

RGB 147179222
HSL0.600.530.72
HSV214°34°87°
CMYK 0.340.190.00   0.13
XYZ41.337543.717275.3668
Yxy43.71720.25770.2725
Hunter Lab66.1190-4.1103-21.2994
CIE-Lab72.0391-0.6538-25.1257

#93b3de color RGB value is (147,179,222).

#93b3de hex color red value is 147, green value is 179 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #93b3de hue: 0.60 , saturation: 0.53 and the lightness value of 93b3de is 0.72.

The process color (four color CMYK) of #93b3de color hex is 0.34, 0.19, 0.00, 0.13. Web safe color of #93b3de is #99cccc. Color #93b3de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110011 11011110
Octal 223 263 336
Decimal 147 179 222
Hex 93 B3 DE

RGB Percentages of Color #93b3de

%26.82
%32.66
%40.51

CMYK Percentages of Color #93b3de

%34
%19
%0
%13

Triadic Colors of #93b3de

#93b3de #de93b3 #b3de93

Analogous Colors of #93b3de

#93b3de #9993de #93d9de

Monochromatic Colors of #93b3de

#93b3de

Complementary Color

#93b3de #debe93

#93b3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b3de Color CSS Codes

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

#93b3de Text Font Color

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

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


#93b3de Background Color

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

This div background color is #93b3de


#93b3de Border Color

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

This div border color is #93b3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b3de


Comments

No comments written yet.

Please login to write comment.