Color Hex Logo

#93bbdf Color Hex

#93BBDF
(147,187,223)
0 Favorites   0 Comments

Color spaces of #93bbdf

RGB 147187223
HSL0.580.540.73
HSV208°34°87°
CMYK 0.340.160.00   0.13
XYZ43.122247.071476.6249
Yxy47.07140.25850.2822
Hunter Lab68.6086-7.8734-18.1915
CIE-Lab74.2354-4.7456-22.3179

#93bbdf color RGB value is (147,187,223).

#93bbdf hex color red value is 147, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #93bbdf hue: 0.58 , saturation: 0.54 and the lightness value of 93bbdf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111011 11011111
Octal 223 273 337
Decimal 147 187 223
Hex 93 BB DF

RGB Percentages of Color #93bbdf

%26.39
%33.57
%40.04

CMYK Percentages of Color #93bbdf

%34
%16
%0
%13

Triadic Colors of #93bbdf

#93bbdf #df93bb #bbdf93

Analogous Colors of #93bbdf

#93bbdf #9395df #93dfdd

Monochromatic Colors of #93bbdf

#93bbdf

Complementary Color

#93bbdf #dfb793

#93bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bbdf Color CSS Codes

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

#93bbdf Text Font Color

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

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


#93bbdf Background Color

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

This div background color is #93bbdf


#93bbdf Border Color

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

This div border color is #93bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bbdf


Comments

No comments written yet.

Please login to write comment.