Color Hex Logo

#84bead Color Hex

#84BEAD
(132,190,173)
0 Favorites   0 Comments

Color spaces of #84bead

RGB 132190173
HSL0.450.310.63
HSV162°31°75°
CMYK 0.310.000.09   0.25
XYZ35.472044.749646.3031
Yxy44.74960.28040.3537
Hunter Lab66.8951-22.41465.7876
CIE-Lab72.7267-22.45662.5775

#84bead color RGB value is (132,190,173).

#84bead hex color red value is 132, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #84bead hue: 0.45 , saturation: 0.31 and the lightness value of 84bead is 0.63.

The process color (four color CMYK) of #84bead color hex is 0.31, 0.00, 0.09, 0.25. Web safe color of #84bead is #99cc99. Color #84bead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111110 10101101
Octal 204 276 255
Decimal 132 190 173
Hex 84 BE AD

RGB Percentages of Color #84bead

%26.67
%38.38
%34.95

CMYK Percentages of Color #84bead

%31
%0
%9
%25

Triadic Colors of #84bead

#84bead #ad84be #bead84

Analogous Colors of #84bead

#84bead #84b2be #84be90

Monochromatic Colors of #84bead

#84bead

Complementary Color

#84bead #be8495

#84bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bead Color CSS Codes

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

#84bead Text Font Color

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

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


#84bead Background Color

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

This div background color is #84bead


#84bead Border Color

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

This div border color is #84bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bead


Comments

No comments written yet.

Please login to write comment.