Color Hex Logo

#84fcba Color Hex

#84FCBA
(132,252,186)
0 Favorites   0 Comments

Color spaces of #84fcba

RGB 132252186
HSL0.410.950.75
HSV147°48°99°
CMYK 0.480.000.26   0.01
XYZ53.189078.071558.7203
Yxy78.07150.28000.4109
Hunter Lab88.3581-47.174822.4482
CIE-Lab90.8125-48.366621.3651

#84fcba color RGB value is (132,252,186).

#84fcba hex color red value is 132, green value is 252 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #84fcba hue: 0.41 , saturation: 0.95 and the lightness value of 84fcba is 0.75.

The process color (four color CMYK) of #84fcba color hex is 0.48, 0.00, 0.26, 0.01. Web safe color of #84fcba is #99ffcc. Color #84fcba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111100 10111010
Octal 204 374 272
Decimal 132 252 186
Hex 84 FC BA

RGB Percentages of Color #84fcba

%23.16
%44.21
%32.63

CMYK Percentages of Color #84fcba

%48
%0
%26
%1

Triadic Colors of #84fcba

#84fcba #ba84fc #fcba84

Analogous Colors of #84fcba

#84fcba #84fcf6 #8afc84

Monochromatic Colors of #84fcba

#84fcba

Complementary Color

#84fcba #fc84c6

#84fcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fcba Color CSS Codes

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

#84fcba Text Font Color

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

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


#84fcba Background Color

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

This div background color is #84fcba


#84fcba Border Color

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

This div border color is #84fcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fcba


Comments

No comments written yet.

Please login to write comment.