Color Hex Logo

#94ddee Color Hex

#94DDEE
(148,221,238)
0 Favorites   0 Comments

Color spaces of #94ddee

RGB 148221238
HSL0.530.730.76
HSV191°38°93°
CMYK 0.380.070.00   0.07
XYZ53.501864.181890.4574
Yxy64.18180.25700.3084
Hunter Lab80.1135-20.9920-10.8657
CIE-Lab84.0603-18.4562-15.4967

#94ddee color RGB value is (148,221,238).

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

The process color (four color CMYK) of #94ddee color hex is 0.38, 0.07, 0.00, 0.07. Web safe color of #94ddee is #99ccff. Color #94ddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11011101 11101110
Octal 224 335 356
Decimal 148 221 238
Hex 94 DD EE

RGB Percentages of Color #94ddee

%24.38
%36.41
%39.21

CMYK Percentages of Color #94ddee

%38
%7
%0
%7

Triadic Colors of #94ddee

#94ddee #ee94dd #ddee94

Analogous Colors of #94ddee

#94ddee #94b0ee #94eed2

Monochromatic Colors of #94ddee

#94ddee

Complementary Color

#94ddee #eea594

#94ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#94ddee Color CSS Codes

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

#94ddee Text Font Color

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

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


#94ddee Background Color

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

This div background color is #94ddee


#94ddee Border Color

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

This div border color is #94ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94ddee


Comments

No comments written yet.

Please login to write comment.