Color Hex Logo

#93afbb Color Hex

#93AFBB
(147,175,187)
0 Favorites   0 Comments

Color spaces of #93afbb

RGB 147175187
HSL0.550.230.65
HSV198°21°73°
CMYK 0.210.060.00   0.27
XYZ36.332240.450852.9066
Yxy40.45080.28010.3119
Hunter Lab63.6009-9.3331-4.7999
CIE-Lab69.7894-6.9091-9.3213

#93afbb color RGB value is (147,175,187).

#93afbb hex color red value is 147, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #93afbb hue: 0.55 , saturation: 0.23 and the lightness value of 93afbb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101111 10111011
Octal 223 257 273
Decimal 147 175 187
Hex 93 AF BB

RGB Percentages of Color #93afbb

%28.88
%34.38
%36.74

CMYK Percentages of Color #93afbb

%21
%6
%0
%27

Triadic Colors of #93afbb

#93afbb #bb93af #afbb93

Analogous Colors of #93afbb

#93afbb #939bbb #93bbb3

Monochromatic Colors of #93afbb

#93afbb

Complementary Color

#93afbb #bb9f93

#93afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#93afbb Color CSS Codes

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

#93afbb Text Font Color

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

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


#93afbb Background Color

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

This div background color is #93afbb


#93afbb Border Color

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

This div border color is #93afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93afbb


Comments

No comments written yet.

Please login to write comment.