Color Hex Logo

#84ecee Color Hex

#84ECEE
(132,236,238)
0 Favorites   0 Comments

Color spaces of #84ecee

RGB 132236238
HSL0.500.760.73
HSV181°45°93°
CMYK 0.450.010.00   0.07
XYZ54.943871.069591.7109
Yxy71.06950.25240.3264
Hunter Lab84.3027-31.1935-5.4882
CIE-Lab87.5188-29.6871-10.3984

#84ecee color RGB value is (132,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101100 11101110
Octal 204 354 356
Decimal 132 236 238
Hex 84 EC EE

RGB Percentages of Color #84ecee

%21.78
%38.94
%39.27

CMYK Percentages of Color #84ecee

%45
%1
%0
%7

Triadic Colors of #84ecee

#84ecee #ee84ec #ecee84

Analogous Colors of #84ecee

#84ecee #84b7ee #84eebb

Monochromatic Colors of #84ecee

#84ecee

Complementary Color

#84ecee #ee8684

#84ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ecee Color CSS Codes

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

#84ecee Text Font Color

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

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


#84ecee Background Color

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

This div background color is #84ecee


#84ecee Border Color

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

This div border color is #84ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ecee


Comments

No comments written yet.

Please login to write comment.