Color Hex Logo

#84e9ca Color Hex

#84E9CA
(132,233,202)
0 Favorites   0 Comments

Color spaces of #84e9ca

RGB 132233202
HSL0.450.700.72
HSV162°43°91°
CMYK 0.430.000.13   0.09
XYZ49.315367.447666.2966
Yxy67.44760.26940.3684
Hunter Lab82.1265-36.53579.6267
CIE-Lab85.7295-36.71275.8811

#84e9ca color RGB value is (132,233,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101001 11001010
Octal 204 351 312
Decimal 132 233 202
Hex 84 E9 CA

RGB Percentages of Color #84e9ca

%23.28
%41.09
%35.63

CMYK Percentages of Color #84e9ca

%43
%0
%13
%9

Triadic Colors of #84e9ca

#84e9ca #ca84e9 #e9ca84

Analogous Colors of #84e9ca

#84e9ca #84d6e9 #84e998

Monochromatic Colors of #84e9ca

#84e9ca

Complementary Color

#84e9ca #e984a3

#84e9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84e9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#84e9ca Color CSS Codes

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

#84e9ca Text Font Color

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

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


#84e9ca Background Color

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

This div background color is #84e9ca


#84e9ca Border Color

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

This div border color is #84e9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84e9ca


Comments

No comments written yet.

Please login to write comment.