Color Hex Logo

#84cbaf Color Hex

#84CBAF
(132,203,175)
0 Favorites   0 Comments

Color spaces of #84cbaf

RGB 132203175
HSL0.430.410.66
HSV156°35°80°
CMYK 0.350.000.14   0.20
XYZ38.609550.712648.3110
Yxy50.71260.28050.3685
Hunter Lab71.2128-27.84499.6264
CIE-Lab76.5046-28.42546.9478

#84cbaf color RGB value is (132,203,175).

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

The process color (four color CMYK) of #84cbaf color hex is 0.35, 0.00, 0.14, 0.20. Web safe color of #84cbaf is #99cc99. Color #84cbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001011 10101111
Octal 204 313 257
Decimal 132 203 175
Hex 84 CB AF

RGB Percentages of Color #84cbaf

%25.88
%39.80
%34.31

CMYK Percentages of Color #84cbaf

%35
%0
%14
%20

Triadic Colors of #84cbaf

#84cbaf #af84cb #cbaf84

Analogous Colors of #84cbaf

#84cbaf #84c4cb #84cb8c

Monochromatic Colors of #84cbaf

#84cbaf

Complementary Color

#84cbaf #cb84a0

#84cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cbaf Color CSS Codes

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

#84cbaf Text Font Color

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

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


#84cbaf Background Color

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

This div background color is #84cbaf


#84cbaf Border Color

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

This div border color is #84cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cbaf


Comments

No comments written yet.

Please login to write comment.