Color Hex Logo

#94badd Color Hex

#94BADD
(148,186,221)
0 Favorites   0 Comments

Color spaces of #94badd

RGB 148186221
HSL0.580.520.72
HSV209°33°87°
CMYK 0.330.160.00   0.13
XYZ42.822846.634275.1509
Yxy46.63420.26020.2833
Hunter Lab68.2892-7.5724-17.4450
CIE-Lab73.9552-4.4289-21.6529

#94badd color RGB value is (148,186,221).

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

The process color (four color CMYK) of #94badd color hex is 0.33, 0.16, 0.00, 0.13. Web safe color of #94badd is #99cccc. Color #94badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111010 11011101
Octal 224 272 335
Decimal 148 186 221
Hex 94 BA DD

RGB Percentages of Color #94badd

%26.67
%33.51
%39.82

CMYK Percentages of Color #94badd

%33
%16
%0
%13

Triadic Colors of #94badd

#94badd #dd94ba #badd94

Analogous Colors of #94badd

#94badd #9496dd #94dddc

Monochromatic Colors of #94badd

#94badd

Complementary Color

#94badd #ddb794

#94badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#94badd Color CSS Codes

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

#94badd Text Font Color

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

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


#94badd Background Color

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

This div background color is #94badd


#94badd Border Color

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

This div border color is #94badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94badd

#94badd Color Palettes


Comments

No comments written yet.

Please login to write comment.