Color Hex Logo

#94abbd Color Hex

#94ABBD
(148,171,189)
0 Favorites   0 Comments

Color spaces of #94abbd

RGB 148171189
HSL0.570.240.66
HSV206°22°74°
CMYK 0.220.100.00   0.26
XYZ35.961039.095853.7950
Yxy39.09580.27910.3034
Hunter Lab62.5266-6.7607-7.2417
CIE-Lab68.8206-3.9733-11.8668

#94abbd color RGB value is (148,171,189).

#94abbd hex color red value is 148, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #94abbd hue: 0.57 , saturation: 0.24 and the lightness value of 94abbd is 0.66.

The process color (four color CMYK) of #94abbd color hex is 0.22, 0.10, 0.00, 0.26. Web safe color of #94abbd is #9999cc. Color #94abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101011 10111101
Octal 224 253 275
Decimal 148 171 189
Hex 94 AB BD

RGB Percentages of Color #94abbd

%29.13
%33.66
%37.20

CMYK Percentages of Color #94abbd

%22
%10
%0
%26

Triadic Colors of #94abbd

#94abbd #bd94ab #abbd94

Analogous Colors of #94abbd

#94abbd #9497bd #94bdbb

Monochromatic Colors of #94abbd

#94abbd

Complementary Color

#94abbd #bda694

#94abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#94abbd Color CSS Codes

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

#94abbd Text Font Color

<p style="color:#94abbd">Text here</p>

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


#94abbd Background Color

<div style="background-color:#94abbd">
Div content here</div>

This div background color is #94abbd


#94abbd Border Color

<div style="border:3px solid #94abbd">
Div here</div>

This div border color is #94abbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,171,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94abbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94abbd;
  -webkit-box-shadow: 1px 1px 3px 2px #94abbd;
  box-shadow:         1px 1px 3px 2px #94abbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94abbd


Comments

No comments written yet.

Please login to write comment.