Color Hex Logo

#84cfaf Color Hex

#84CFAF
(132,207,175)
0 Favorites   0 Comments

Color spaces of #84cfaf

RGB 132207175
HSL0.430.440.66
HSV154°36°81°
CMYK 0.360.000.15   0.19
XYZ39.566452.626348.6300
Yxy52.62630.28100.3737
Hunter Lab72.5440-29.595811.0356
CIE-Lab77.6538-30.34488.5942

#84cfaf color RGB value is (132,207,175).

#84cfaf hex color red value is 132, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #84cfaf hue: 0.43 , saturation: 0.44 and the lightness value of 84cfaf is 0.66.

The process color (four color CMYK) of #84cfaf color hex is 0.36, 0.00, 0.15, 0.19. Web safe color of #84cfaf is #99cc99. Color #84cfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001111 10101111
Octal 204 317 257
Decimal 132 207 175
Hex 84 CF AF

RGB Percentages of Color #84cfaf

%25.68
%40.27
%34.05

CMYK Percentages of Color #84cfaf

%36
%0
%15
%19

Triadic Colors of #84cfaf

#84cfaf #af84cf #cfaf84

Analogous Colors of #84cfaf

#84cfaf #84cacf #84cf8a

Monochromatic Colors of #84cfaf

#84cfaf

Complementary Color

#84cfaf #cf84a4

#84cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cfaf Color CSS Codes

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

#84cfaf Text Font Color

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

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


#84cfaf Background Color

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

This div background color is #84cfaf


#84cfaf Border Color

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

This div border color is #84cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cfaf


Comments

No comments written yet.

Please login to write comment.