Color Hex Logo

#84bcae Color Hex

#84BCAE
(132,188,174)
0 Favorites   0 Comments

Color spaces of #84bcae

RGB 132188174
HSL0.460.290.63
HSV165°30°74°
CMYK 0.300.000.07   0.26
XYZ35.138943.928046.6713
Yxy43.92800.27950.3494
Hunter Lab66.2782-21.35104.6443
CIE-Lab72.1803-21.23191.2379

#84bcae color RGB value is (132,188,174).

#84bcae hex color red value is 132, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #84bcae hue: 0.46 , saturation: 0.29 and the lightness value of 84bcae is 0.63.

The process color (four color CMYK) of #84bcae color hex is 0.30, 0.00, 0.07, 0.26. Web safe color of #84bcae is #99cc99. Color #84bcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111100 10101110
Octal 204 274 256
Decimal 132 188 174
Hex 84 BC AE

RGB Percentages of Color #84bcae

%26.72
%38.06
%35.22

CMYK Percentages of Color #84bcae

%30
%0
%7
%26

Triadic Colors of #84bcae

#84bcae #ae84bc #bcae84

Analogous Colors of #84bcae

#84bcae #84aebc #84bc92

Monochromatic Colors of #84bcae

#84bcae

Complementary Color

#84bcae #bc8492

#84bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bcae Color CSS Codes

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

#84bcae Text Font Color

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

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


#84bcae Background Color

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

This div background color is #84bcae


#84bcae Border Color

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

This div border color is #84bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bcae


Comments

No comments written yet.

Please login to write comment.