Color Hex Logo

#94abca Color Hex

#94ABCA
(148,171,202)
0 Favorites   0 Comments

Color spaces of #94abca

RGB 148171202
HSL0.600.340.69
HSV214°27°79°
CMYK 0.270.150.00   0.21
XYZ37.436339.686061.5642
Yxy39.68600.26990.2862
Hunter Lab62.9968-4.1696-13.8439
CIE-Lab69.2453-0.9246-18.4065

#94abca color RGB value is (148,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101011 11001010
Octal 224 253 312
Decimal 148 171 202
Hex 94 AB CA

RGB Percentages of Color #94abca

%28.41
%32.82
%38.77

CMYK Percentages of Color #94abca

%27
%15
%0
%21

Triadic Colors of #94abca

#94abca #ca94ab #abca94

Analogous Colors of #94abca

#94abca #9894ca #94c6ca

Monochromatic Colors of #94abca

#94abca

Complementary Color

#94abca #cab394

#94abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#94abca Color CSS Codes

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

#94abca Text Font Color

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

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


#94abca Background Color

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

This div background color is #94abca


#94abca Border Color

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

This div border color is #94abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94abca


Comments

No comments written yet.

Please login to write comment.