Color Hex Logo

#94acce Color Hex

#94ACCE
(148,172,206)
0 Favorites   0 Comments

Color spaces of #94acce

RGB 148172206
HSL0.600.370.69
HSV215°28°81°
CMYK 0.280.170.00   0.19
XYZ38.105840.257264.1545
Yxy40.25720.26740.2825
Hunter Lab63.4486-3.8318-15.5357
CIE-Lab69.6523-0.5071-19.9924

#94acce color RGB value is (148,172,206).

#94acce hex color red value is 148, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #94acce hue: 0.60 , saturation: 0.37 and the lightness value of 94acce is 0.69.

The process color (four color CMYK) of #94acce color hex is 0.28, 0.17, 0.00, 0.19. Web safe color of #94acce is #9999cc. Color #94acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101100 11001110
Octal 224 254 316
Decimal 148 172 206
Hex 94 AC CE

RGB Percentages of Color #94acce

%28.14
%32.70
%39.16

CMYK Percentages of Color #94acce

%28
%17
%0
%19

Triadic Colors of #94acce

#94acce #ce94ac #acce94

Analogous Colors of #94acce

#94acce #9994ce #94c9ce

Monochromatic Colors of #94acce

#94acce

Complementary Color

#94acce #ceb694

#94acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#94acce Color CSS Codes

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

#94acce Text Font Color

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

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


#94acce Background Color

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

This div background color is #94acce


#94acce Border Color

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

This div border color is #94acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94acce


Comments

No comments written yet.

Please login to write comment.