Color Hex Logo

#94adee Color Hex

#94ADEE
(148,173,238)
1 Favorites   0 Comments

Color spaces of #94adee

RGB 148173238
HSL0.620.730.76
HSV223°38°93°
CMYK 0.380.270.00   0.07
XYZ42.588942.356186.8198
Yxy42.35610.24790.2466
Hunter Lab65.08162.9164-33.5367
CIE-Lab71.11577.1108-35.2601

#94adee color RGB value is (148,173,238).

#94adee hex color red value is 148, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #94adee hue: 0.62 , saturation: 0.73 and the lightness value of 94adee is 0.76.

The process color (four color CMYK) of #94adee color hex is 0.38, 0.27, 0.00, 0.07. Web safe color of #94adee is #9999ff. Color #94adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101101 11101110
Octal 224 255 356
Decimal 148 173 238
Hex 94 AD EE

RGB Percentages of Color #94adee

%26.48
%30.95
%42.58

CMYK Percentages of Color #94adee

%38
%27
%0
%7

Triadic Colors of #94adee

#94adee #ee94ad #adee94

Analogous Colors of #94adee

#94adee #a894ee #94daee

Monochromatic Colors of #94adee

#94adee

Complementary Color

#94adee #eed594

#94adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#94adee Color CSS Codes

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

#94adee Text Font Color

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

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


#94adee Background Color

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

This div background color is #94adee


#94adee Border Color

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

This div border color is #94adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94adee


Comments

No comments written yet.

Please login to write comment.