Color Hex Logo

#94afcc Color Hex

#94AFCC
(148,175,204)
0 Favorites   0 Comments

Color spaces of #94afcc

RGB 148175204
HSL0.590.350.69
HSV211°27°80°
CMYK 0.270.140.00   0.20
XYZ38.441841.315563.0753
Yxy41.31550.26910.2893
Hunter Lab64.2771-5.7307-13.1874
CIE-Lab70.3964-2.6339-17.7640

#94afcc color RGB value is (148,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101111 11001100
Octal 224 257 314
Decimal 148 175 204
Hex 94 AF CC

RGB Percentages of Color #94afcc

%28.08
%33.21
%38.71

CMYK Percentages of Color #94afcc

%27
%14
%0
%20

Triadic Colors of #94afcc

#94afcc #cc94af #afcc94

Analogous Colors of #94afcc

#94afcc #9594cc #94cbcc

Monochromatic Colors of #94afcc

#94afcc

Complementary Color

#94afcc #ccb194

#94afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#94afcc Color CSS Codes

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

#94afcc Text Font Color

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

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


#94afcc Background Color

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

This div background color is #94afcc


#94afcc Border Color

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

This div border color is #94afcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,175,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 #94afcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94afcc


Comments

No comments written yet.

Please login to write comment.