Color Hex Logo

#93babe Color Hex

#93BABE
(147,186,190)
0 Favorites   0 Comments

Color spaces of #93babe

RGB 147186190
HSL0.520.250.66
HSV186°23°75°
CMYK 0.230.020.00   0.25
XYZ38.885845.038655.3590
Yxy45.03860.27920.3234
Hunter Lab67.1108-14.0162-1.9301
CIE-Lab72.9173-12.0817-6.3212

#93babe color RGB value is (147,186,190).

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

The process color (four color CMYK) of #93babe color hex is 0.23, 0.02, 0.00, 0.25. Web safe color of #93babe is #99cccc. Color #93babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111010 10111110
Octal 223 272 276
Decimal 147 186 190
Hex 93 BA BE

RGB Percentages of Color #93babe

%28.11
%35.56
%36.33

CMYK Percentages of Color #93babe

%23
%2
%0
%25

Triadic Colors of #93babe

#93babe #be93ba #babe93

Analogous Colors of #93babe

#93babe #93a5be #93bead

Monochromatic Colors of #93babe

#93babe

Complementary Color

#93babe #be9793

#93babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#93babe Color CSS Codes

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

#93babe Text Font Color

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

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


#93babe Background Color

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

This div background color is #93babe


#93babe Border Color

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

This div border color is #93babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93babe


Comments

No comments written yet.

Please login to write comment.