Color Hex Logo

#93abb1 Color Hex

#93ABB1
(147,171,177)
0 Favorites   0 Comments

Color spaces of #93abb1

RGB 147171177
HSL0.530.160.64
HSV192°17°69°
CMYK 0.170.030.00   0.31
XYZ34.531338.503247.2068
Yxy38.50320.28720.3202
Hunter Lab62.0509-9.2541-1.6707
CIE-Lab68.3899-6.9740-5.8720

#93abb1 color RGB value is (147,171,177).

#93abb1 hex color red value is 147, green value is 171 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #93abb1 hue: 0.53 , saturation: 0.16 and the lightness value of 93abb1 is 0.64.

The process color (four color CMYK) of #93abb1 color hex is 0.17, 0.03, 0.00, 0.31. Web safe color of #93abb1 is #999999. Color #93abb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101011 10110001
Octal 223 253 261
Decimal 147 171 177
Hex 93 AB B1

RGB Percentages of Color #93abb1

%29.70
%34.55
%35.76

CMYK Percentages of Color #93abb1

%17
%3
%0
%31

Triadic Colors of #93abb1

#93abb1 #b193ab #abb193

Analogous Colors of #93abb1

#93abb1 #939cb1 #93b1a8

Monochromatic Colors of #93abb1

#93abb1

Complementary Color

#93abb1 #b19993

#93abb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93abb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93abb1 Color CSS Codes

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

#93abb1 Text Font Color

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

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


#93abb1 Background Color

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

This div background color is #93abb1


#93abb1 Border Color

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

This div border color is #93abb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93abb1


Comments

No comments written yet.

Please login to write comment.