Color Hex Logo

#84efcf Color Hex

#84EFCF
(132,239,207)
0 Favorites   0 Comments

Color spaces of #84efcf

RGB 132239207
HSL0.450.770.73
HSV162°45°94°
CMYK 0.450.000.13   0.06
XYZ51.644771.143570.0416
Yxy71.14350.26780.3689
Hunter Lab84.3466-38.31259.8081
CIE-Lab87.5547-38.35115.8944

#84efcf color RGB value is (132,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101111 11001111
Octal 204 357 317
Decimal 132 239 207
Hex 84 EF CF

RGB Percentages of Color #84efcf

%22.84
%41.35
%35.81

CMYK Percentages of Color #84efcf

%45
%0
%13
%6

Triadic Colors of #84efcf

#84efcf #cf84ef #efcf84

Analogous Colors of #84efcf

#84efcf #84daef #84ef9a

Monochromatic Colors of #84efcf

#84efcf

Complementary Color

#84efcf #ef84a4

#84efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84efcf Color CSS Codes

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

#84efcf Text Font Color

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

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


#84efcf Background Color

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

This div background color is #84efcf


#84efcf Border Color

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

This div border color is #84efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84efcf


Comments

No comments written yet.

Please login to write comment.