Color Hex Logo

#84ddee Color Hex

#84DDEE
(132,221,238)
0 Favorites   0 Comments

Color spaces of #84ddee

RGB 132221238
HSL0.530.760.73
HSV190°45°93°
CMYK 0.450.070.00   0.07
XYZ50.804862.791590.3312
Yxy62.79150.24910.3079
Hunter Lab79.2411-24.2280-12.1191
CIE-Lab83.3326-22.3762-16.6640

#84ddee color RGB value is (132,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011101 11101110
Octal 204 335 356
Decimal 132 221 238
Hex 84 DD EE

RGB Percentages of Color #84ddee

%22.34
%37.39
%40.27

CMYK Percentages of Color #84ddee

%45
%7
%0
%7

Triadic Colors of #84ddee

#84ddee #ee84dd #ddee84

Analogous Colors of #84ddee

#84ddee #84a8ee #84eeca

Monochromatic Colors of #84ddee

#84ddee

Complementary Color

#84ddee #ee9584

#84ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ddee Color CSS Codes

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

#84ddee Text Font Color

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

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


#84ddee Background Color

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

This div background color is #84ddee


#84ddee Border Color

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

This div border color is #84ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ddee


Comments

No comments written yet.

Please login to write comment.