Color Hex Logo

#55bcbe Color Hex

#55BCBE
(85,188,190)
0 Favorites   0 Comments

Color spaces of #55bcbe

RGB 85188190
HSL0.500.450.54
HSV181°55°75°
CMYK 0.550.010.00   0.25
XYZ31.023841.615455.1127
Yxy41.61540.24280.3258
Hunter Lab64.5100-27.0492-5.4961
CIE-Lab70.6049-29.0353-10.0709

#55bcbe color RGB value is (85,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111100 10111110
Octal 125 274 276
Decimal 85 188 190
Hex 55 BC BE

RGB Percentages of Color #55bcbe

%18.36
%40.60
%41.04

CMYK Percentages of Color #55bcbe

%55
%1
%0
%25

Triadic Colors of #55bcbe

#55bcbe #be55bc #bcbe55

Analogous Colors of #55bcbe

#55bcbe #5588be #55be8c

Monochromatic Colors of #55bcbe

#55bcbe

Complementary Color

#55bcbe #be5755

#55bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bcbe Color CSS Codes

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

#55bcbe Text Font Color

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

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


#55bcbe Background Color

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

This div background color is #55bcbe


#55bcbe Border Color

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

This div border color is #55bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bcbe


Comments

No comments written yet.

Please login to write comment.