Color Hex Logo

#55bfbd Color Hex

#55BFBD
(85,191,189)
0 Favorites   0 Comments

Color spaces of #55bfbd

RGB 85191189
HSL0.500.450.54
HSV179°55°75°
CMYK 0.550.000.01   0.25
XYZ31.562442.867054.7548
Yxy42.86700.24430.3318
Hunter Lab65.4729-28.5284-3.7530
CIE-Lab71.4646-30.7600-8.2430

#55bfbd color RGB value is (85,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 10111101
Octal 125 277 275
Decimal 85 191 189
Hex 55 BF BD

RGB Percentages of Color #55bfbd

%18.28
%41.08
%40.65

CMYK Percentages of Color #55bfbd

%55
%0
%1
%25

Triadic Colors of #55bfbd

#55bfbd #bd55bf #bfbd55

Analogous Colors of #55bfbd

#55bfbd #558cbf #55bf88

Monochromatic Colors of #55bfbd

#55bfbd

Complementary Color

#55bfbd #bf5557

#55bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfbd Color CSS Codes

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

#55bfbd Text Font Color

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

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


#55bfbd Background Color

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

This div background color is #55bfbd


#55bfbd Border Color

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

This div border color is #55bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfbd


Comments

No comments written yet.

Please login to write comment.