Color Hex Logo

#54bead Color Hex

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

Color spaces of #54bead

RGB 84190173
HSL0.470.450.54
HSV170°56°75°
CMYK 0.560.000.09   0.25
XYZ29.612441.728946.0289
Yxy41.72890.25230.3555
Hunter Lab64.5979-31.22002.9718
CIE-Lab70.6836-34.6763-0.6476

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111110 10101101
Octal 124 276 255
Decimal 84 190 173
Hex 54 BE AD

RGB Percentages of Color #54bead

%18.79
%42.51
%38.70

CMYK Percentages of Color #54bead

%56
%0
%9
%25

Triadic Colors of #54bead

#54bead #ad54be #bead54

Analogous Colors of #54bead

#54bead #549abe #54be78

Monochromatic Colors of #54bead

#54bead

Complementary Color

#54bead #be5465

#54bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bead Color CSS Codes

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

#54bead Text Font Color

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

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


#54bead Background Color

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

This div background color is #54bead


#54bead Border Color

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

This div border color is #54bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bead


Comments

No comments written yet.

Please login to write comment.