Color Hex Logo

#84ebda Color Hex

#84EBDA
(132,235,218)
0 Favorites   0 Comments

Color spaces of #84ebda

RGB 132235218
HSL0.470.720.72
HSV170°44°92°
CMYK 0.440.000.07   0.08
XYZ51.878969.384276.9878
Yxy69.38420.26170.3500
Hunter Lab83.2972-34.59723.5090
CIE-Lab86.6939-34.0252-1.1180

#84ebda color RGB value is (132,235,218).

#84ebda hex color red value is 132, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #84ebda hue: 0.47 , saturation: 0.72 and the lightness value of 84ebda is 0.72.

The process color (four color CMYK) of #84ebda color hex is 0.44, 0.00, 0.07, 0.08. Web safe color of #84ebda is #99ffcc. Color #84ebda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101011 11011010
Octal 204 353 332
Decimal 132 235 218
Hex 84 EB DA

RGB Percentages of Color #84ebda

%22.56
%40.17
%37.26

CMYK Percentages of Color #84ebda

%44
%0
%7
%8

Triadic Colors of #84ebda

#84ebda #da84eb #ebda84

Analogous Colors of #84ebda

#84ebda #84c9eb #84eba7

Monochromatic Colors of #84ebda

#84ebda

Complementary Color

#84ebda #eb8495

#84ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ebda Color CSS Codes

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

#84ebda Text Font Color

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

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


#84ebda Background Color

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

This div background color is #84ebda


#84ebda Border Color

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

This div border color is #84ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ebda


Comments

No comments written yet.

Please login to write comment.