Color Hex Logo

#84eccc Color Hex

#84ECCC
(132,236,204)
0 Favorites   0 Comments

Color spaces of #84eccc

RGB 132236204
HSL0.450.730.72
HSV162°44°93°
CMYK 0.440.000.14   0.07
XYZ50.410369.256167.8376
Yxy69.25610.26880.3694
Hunter Lab83.2202-37.50989.9235
CIE-Lab86.6307-37.64546.1316

#84eccc color RGB value is (132,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101100 11001100
Octal 204 354 314
Decimal 132 236 204
Hex 84 EC CC

RGB Percentages of Color #84eccc

%23.08
%41.26
%35.66

CMYK Percentages of Color #84eccc

%44
%0
%14
%7

Triadic Colors of #84eccc

#84eccc #cc84ec #eccc84

Analogous Colors of #84eccc

#84eccc #84d8ec #84ec98

Monochromatic Colors of #84eccc

#84eccc

Complementary Color

#84eccc #ec84a4

#84eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eccc Color CSS Codes

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

#84eccc Text Font Color

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

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


#84eccc Background Color

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

This div background color is #84eccc


#84eccc Border Color

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

This div border color is #84eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eccc


Comments

No comments written yet.

Please login to write comment.