Color Hex Logo

#55bead Color Hex

#55BEAD
(85,190,173)
0 Favorites   0 Comments

Color spaces of #55bead

RGB 85190173
HSL0.470.450.54
HSV170°55°75°
CMYK 0.550.000.09   0.25
XYZ29.702641.775346.0331
Yxy41.77530.25280.3555
Hunter Lab64.6338-31.07913.0165
CIE-Lab70.7157-34.4709-0.5968

#55bead color RGB value is (85,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 10101101
Octal 125 276 255
Decimal 85 190 173
Hex 55 BE AD

RGB Percentages of Color #55bead

%18.97
%42.41
%38.62

CMYK Percentages of Color #55bead

%55
%0
%9
%25

Triadic Colors of #55bead

#55bead #ad55be #bead55

Analogous Colors of #55bead

#55bead #559bbe #55be79

Monochromatic Colors of #55bead

#55bead

Complementary Color

#55bead #be5566

#55bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bead Color CSS Codes

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

#55bead Text Font Color

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

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


#55bead Background Color

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

This div background color is #55bead


#55bead Border Color

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

This div border color is #55bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bead


Comments

No comments written yet.

Please login to write comment.