Color Hex Logo

#94adcc Color Hex

#94ADCC
(148,173,204)
0 Favorites   0 Comments

Color spaces of #94adcc

RGB 148173204
HSL0.590.350.69
HSV213°27°80°
CMYK 0.270.150.00   0.20
XYZ38.055440.542762.9465
Yxy40.54270.26890.2864
Hunter Lab63.6731-4.7443-14.0422
CIE-Lab69.8543-1.5404-18.5851

#94adcc color RGB value is (148,173,204).

#94adcc hex color red value is 148, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #94adcc hue: 0.59 , saturation: 0.35 and the lightness value of 94adcc is 0.69.

The process color (four color CMYK) of #94adcc color hex is 0.27, 0.15, 0.00, 0.20. Web safe color of #94adcc is #9999cc. Color #94adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101101 11001100
Octal 224 255 314
Decimal 148 173 204
Hex 94 AD CC

RGB Percentages of Color #94adcc

%28.19
%32.95
%38.86

CMYK Percentages of Color #94adcc

%27
%15
%0
%20

Triadic Colors of #94adcc

#94adcc #cc94ad #adcc94

Analogous Colors of #94adcc

#94adcc #9794cc #94c9cc

Monochromatic Colors of #94adcc

#94adcc

Complementary Color

#94adcc #ccb394

#94adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#94adcc Color CSS Codes

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

#94adcc Text Font Color

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

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


#94adcc Background Color

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

This div background color is #94adcc


#94adcc Border Color

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

This div border color is #94adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94adcc


Comments

No comments written yet.

Please login to write comment.