Color Hex Logo

#93b2be Color Hex

#93B2BE
(147,178,190)
0 Favorites   0 Comments

Color spaces of #93b2be

RGB 147178190
HSL0.550.250.66
HSV197°23°75°
CMYK 0.230.060.00   0.25
XYZ37.247341.761554.8128
Yxy41.76150.27830.3121
Hunter Lab64.6231-10.2072-5.0531
CIE-Lab70.7062-7.8394-9.6068

#93b2be color RGB value is (147,178,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110010 10111110
Octal 223 262 276
Decimal 147 178 190
Hex 93 B2 BE

RGB Percentages of Color #93b2be

%28.54
%34.56
%36.89

CMYK Percentages of Color #93b2be

%23
%6
%0
%25

Triadic Colors of #93b2be

#93b2be #be93b2 #b2be93

Analogous Colors of #93b2be

#93b2be #939dbe #93beb5

Monochromatic Colors of #93b2be

#93b2be

Complementary Color

#93b2be #be9f93

#93b2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b2be Color CSS Codes

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

#93b2be Text Font Color

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

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


#93b2be Background Color

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

This div background color is #93b2be


#93b2be Border Color

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

This div border color is #93b2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b2be


Comments

No comments written yet.

Please login to write comment.