Color Hex Logo

#55ffbd Color Hex

#55FFBD
(85,255,189)
0 Favorites   0 Comments

Color spaces of #55ffbd

RGB 85255189
HSL0.441.000.67
HSV157°67°100°
CMYK 0.670.000.26   0.00
XYZ48.691677.125460.4645
Yxy77.12540.26140.4140
Hunter Lab87.8211-54.719220.6538
CIE-Lab90.3793-58.456019.0221

#55ffbd color RGB value is (85,255,189).

#55ffbd hex color red value is 85, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #55ffbd hue: 0.44 , saturation: 1.00 and the lightness value of 55ffbd is 0.67.

The process color (four color CMYK) of #55ffbd color hex is 0.67, 0.00, 0.26, 0.00. Web safe color of #55ffbd is #66ffcc. Color #55ffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111111 10111101
Octal 125 377 275
Decimal 85 255 189
Hex 55 FF BD

RGB Percentages of Color #55ffbd

%16.07
%48.20
%35.73

CMYK Percentages of Color #55ffbd

%67
%0
%26
%0

Triadic Colors of #55ffbd

#55ffbd #bd55ff #ffbd55

Analogous Colors of #55ffbd

#55ffbd #55ecff #55ff68

Monochromatic Colors of #55ffbd

#55ffbd

Complementary Color

#55ffbd #ff5597

#55ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ffbd Color CSS Codes

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

#55ffbd Text Font Color

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

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


#55ffbd Background Color

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

This div background color is #55ffbd


#55ffbd Border Color

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

This div border color is #55ffbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,255,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.