Color Hex Logo

#93b0be Color Hex

#93B0BE
(147,176,190)
0 Favorites   0 Comments

Color spaces of #93b0be

RGB 147176190
HSL0.550.250.66
HSV200°23°75°
CMYK 0.230.070.00   0.25
XYZ36.852240.971454.6812
Yxy40.97140.27810.3092
Hunter Lab64.0089-9.2468-5.8437
CIE-Lab70.1559-6.7657-10.4281

#93b0be color RGB value is (147,176,190).

#93b0be hex color red value is 147, green value is 176 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #93b0be hue: 0.55 , saturation: 0.25 and the lightness value of 93b0be is 0.66.

The process color (four color CMYK) of #93b0be color hex is 0.23, 0.07, 0.00, 0.25. Web safe color of #93b0be is #9999cc. Color #93b0be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110000 10111110
Octal 223 260 276
Decimal 147 176 190
Hex 93 B0 BE

RGB Percentages of Color #93b0be

%28.65
%34.31
%37.04

CMYK Percentages of Color #93b0be

%23
%7
%0
%25

Triadic Colors of #93b0be

#93b0be #be93b0 #b0be93

Analogous Colors of #93b0be

#93b0be #939bbe #93beb7

Monochromatic Colors of #93b0be

#93b0be

Complementary Color

#93b0be #bea193

#93b0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b0be Color CSS Codes

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

#93b0be Text Font Color

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

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


#93b0be Background Color

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

This div background color is #93b0be


#93b0be Border Color

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

This div border color is #93b0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b0be


Comments

No comments written yet.

Please login to write comment.