Color Hex Logo

#84ebcc Color Hex

#84EBCC
(132,235,204)
0 Favorites   0 Comments

Color spaces of #84ebcc

RGB 132235204
HSL0.450.720.72
HSV162°44°92°
CMYK 0.440.000.13   0.08
XYZ50.123168.681867.7419
Yxy68.68180.26870.3682
Hunter Lab82.8745-37.07229.5483
CIE-Lab86.3462-37.18935.7215

#84ebcc color RGB value is (132,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101011 11001100
Octal 204 353 314
Decimal 132 235 204
Hex 84 EB CC

RGB Percentages of Color #84ebcc

%23.12
%41.16
%35.73

CMYK Percentages of Color #84ebcc

%44
%0
%13
%8

Triadic Colors of #84ebcc

#84ebcc #cc84eb #ebcc84

Analogous Colors of #84ebcc

#84ebcc #84d7eb #84eb99

Monochromatic Colors of #84ebcc

#84ebcc

Complementary Color

#84ebcc #eb84a3

#84ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ebcc Color CSS Codes

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

#84ebcc Text Font Color

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

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


#84ebcc Background Color

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

This div background color is #84ebcc


#84ebcc Border Color

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

This div border color is #84ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ebcc


Comments

No comments written yet.

Please login to write comment.