Color Hex Logo

#84dcee Color Hex

#84DCEE
(132,220,238)
0 Favorites   0 Comments

Color spaces of #84dcee

RGB 132220238
HSL0.530.760.73
HSV190°45°93°
CMYK 0.450.080.00   0.07
XYZ50.541562.265090.2434
Yxy62.26500.24890.3066
Hunter Lab78.9082-23.7582-12.5713
CIE-Lab83.0541-21.8784-17.0831

#84dcee color RGB value is (132,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011100 11101110
Octal 204 334 356
Decimal 132 220 238
Hex 84 DC EE

RGB Percentages of Color #84dcee

%22.37
%37.29
%40.34

CMYK Percentages of Color #84dcee

%45
%8
%0
%7

Triadic Colors of #84dcee

#84dcee #ee84dc #dcee84

Analogous Colors of #84dcee

#84dcee #84a7ee #84eecb

Monochromatic Colors of #84dcee

#84dcee

Complementary Color

#84dcee #ee9684

#84dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dcee Color CSS Codes

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

#84dcee Text Font Color

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

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


#84dcee Background Color

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

This div background color is #84dcee


#84dcee Border Color

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

This div border color is #84dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dcee


Comments

No comments written yet.

Please login to write comment.