Color Hex Logo

#84e4ed Color Hex

#84E4ED
(132,228,237)
0 Favorites   0 Comments

Color spaces of #84e4ed

RGB 132228237
HSL0.510.740.72
HSV185°44°93°
CMYK 0.440.040.00   0.07
XYZ52.545266.506890.1884
Yxy66.50680.25110.3178
Hunter Lab81.5517-27.7048-8.4829
CIE-Lab85.2543-26.0778-13.2516

#84e4ed color RGB value is (132,228,237).

#84e4ed hex color red value is 132, green value is 228 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #84e4ed hue: 0.51 , saturation: 0.74 and the lightness value of 84e4ed is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11100100 11101101
Octal 204 344 355
Decimal 132 228 237
Hex 84 E4 ED

RGB Percentages of Color #84e4ed

%22.11
%38.19
%39.70

CMYK Percentages of Color #84e4ed

%44
%4
%0
%7

Triadic Colors of #84e4ed

#84e4ed #ed84e4 #e4ed84

Analogous Colors of #84e4ed

#84e4ed #84b0ed #84edc2

Monochromatic Colors of #84e4ed

#84e4ed

Complementary Color

#84e4ed #ed8d84

#84e4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84e4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#84e4ed Color CSS Codes

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

#84e4ed Text Font Color

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

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


#84e4ed Background Color

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

This div background color is #84e4ed


#84e4ed Border Color

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

This div border color is #84e4ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,228,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84e4ed


Comments

No comments written yet.

Please login to write comment.