Color Hex Logo

#94adca Color Hex

#94ADCA
(148,173,202)
0 Favorites   0 Comments

Color spaces of #94adca

RGB 148173202
HSL0.590.340.69
HSV212°27°79°
CMYK 0.270.140.00   0.21
XYZ37.817040.447361.6911
Yxy40.44730.27020.2890
Hunter Lab63.5982-5.1565-12.9934
CIE-Lab69.7869-2.0211-17.5862

#94adca color RGB value is (148,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101101 11001010
Octal 224 255 312
Decimal 148 173 202
Hex 94 AD CA

RGB Percentages of Color #94adca

%28.30
%33.08
%38.62

CMYK Percentages of Color #94adca

%27
%14
%0
%21

Triadic Colors of #94adca

#94adca #ca94ad #adca94

Analogous Colors of #94adca

#94adca #9694ca #94c8ca

Monochromatic Colors of #94adca

#94adca

Complementary Color

#94adca #cab194

#94adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#94adca Color CSS Codes

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

#94adca Text Font Color

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

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


#94adca Background Color

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

This div background color is #94adca


#94adca Border Color

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

This div border color is #94adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94adca


Comments

No comments written yet.

Please login to write comment.