Color Hex Logo

#94a8dd Color Hex

#94A8DD
(148,168,221)
0 Favorites   0 Comments

Color spaces of #94a8dd

RGB 148168221
HSL0.620.520.72
HSV224°33°87°
CMYK 0.330.240.00   0.13
XYZ39.266539.521673.9655
Yxy39.52160.25710.2587
Hunter Lab62.86621.4760-25.7516
CIE-Lab69.12745.4614-29.0424

#94a8dd color RGB value is (148,168,221).

#94a8dd hex color red value is 148, green value is 168 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #94a8dd hue: 0.62 , saturation: 0.52 and the lightness value of 94a8dd is 0.72.

The process color (four color CMYK) of #94a8dd color hex is 0.33, 0.24, 0.00, 0.13. Web safe color of #94a8dd is #9999cc. Color #94a8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101000 11011101
Octal 224 250 335
Decimal 148 168 221
Hex 94 A8 DD

RGB Percentages of Color #94a8dd

%27.56
%31.28
%41.15

CMYK Percentages of Color #94a8dd

%33
%24
%0
%13

Triadic Colors of #94a8dd

#94a8dd #dd94a8 #a8dd94

Analogous Colors of #94a8dd

#94a8dd #a594dd #94cddd

Monochromatic Colors of #94a8dd

#94a8dd

Complementary Color

#94a8dd #ddc994

#94a8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94a8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#94a8dd Color CSS Codes

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

#94a8dd Text Font Color

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

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


#94a8dd Background Color

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

This div background color is #94a8dd


#94a8dd Border Color

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

This div border color is #94a8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94a8dd


Comments

No comments written yet.

Please login to write comment.