Color Hex Logo

#94adce Color Hex

#94ADCE
(148,173,206)
0 Favorites   0 Comments

Color spaces of #94adce

RGB 148173206
HSL0.590.370.69
HSV214°28°81°
CMYK 0.280.160.00   0.19
XYZ38.296940.639364.2182
Yxy40.63930.26750.2839
Hunter Lab63.7490-4.3276-15.1021
CIE-Lab69.9225-1.0562-19.5821

#94adce color RGB value is (148,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101101 11001110
Octal 224 255 316
Decimal 148 173 206
Hex 94 AD CE

RGB Percentages of Color #94adce

%28.08
%32.83
%39.09

CMYK Percentages of Color #94adce

%28
%16
%0
%19

Triadic Colors of #94adce

#94adce #ce94ad #adce94

Analogous Colors of #94adce

#94adce #9894ce #94cace

Monochromatic Colors of #94adce

#94adce

Complementary Color

#94adce #ceb594

#94adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#94adce Color CSS Codes

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

#94adce Text Font Color

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

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


#94adce Background Color

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

This div background color is #94adce


#94adce Border Color

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

This div border color is #94adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94adce

#94adce Color Palettes


Comments

No comments written yet.

Please login to write comment.