Color Hex Logo

#94addd Color Hex

#94ADDD
(148,173,221)
0 Favorites   0 Comments

Color spaces of #94addd

RGB 148173221
HSL0.610.520.72
HSV219°33°87°
CMYK 0.330.220.00   0.13
XYZ40.207541.403574.2791
Yxy41.40350.25790.2656
Hunter Lab64.3456-1.0657-23.4012
CIE-Lab70.45772.6787-26.9970

#94addd color RGB value is (148,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101101 11011101
Octal 224 255 335
Decimal 148 173 221
Hex 94 AD DD

RGB Percentages of Color #94addd

%27.31
%31.92
%40.77

CMYK Percentages of Color #94addd

%33
%22
%0
%13

Triadic Colors of #94addd

#94addd #dd94ad #addd94

Analogous Colors of #94addd

#94addd #a094dd #94d2dd

Monochromatic Colors of #94addd

#94addd

Complementary Color

#94addd #ddc494

#94addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#94addd Color CSS Codes

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

#94addd Text Font Color

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

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


#94addd Background Color

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

This div background color is #94addd


#94addd Border Color

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

This div border color is #94addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94addd


Comments

No comments written yet.

Please login to write comment.