Color Hex Logo

#55bcbf Color Hex

#55BCBF
(85,188,191)
0 Favorites   0 Comments

Color spaces of #55bcbf

RGB 85188191
HSL0.500.450.54
HSV182°55°75°
CMYK 0.550.020.00   0.25
XYZ31.133541.659355.6904
Yxy41.65930.24230.3242
Hunter Lab64.5440-26.8506-5.9763
CIE-Lab70.6354-28.7613-10.5734

#55bcbf color RGB value is (85,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111100 10111111
Octal 125 274 277
Decimal 85 188 191
Hex 55 BC BF

RGB Percentages of Color #55bcbf

%18.32
%40.52
%41.16

CMYK Percentages of Color #55bcbf

%55
%2
%0
%25

Triadic Colors of #55bcbf

#55bcbf #bf55bc #bcbf55

Analogous Colors of #55bcbf

#55bcbf #5587bf #55bf8d

Monochromatic Colors of #55bcbf

#55bcbf

Complementary Color

#55bcbf #bf5855

#55bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bcbf Color CSS Codes

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

#55bcbf Text Font Color

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

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


#55bcbf Background Color

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

This div background color is #55bcbf


#55bcbf Border Color

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

This div border color is #55bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bcbf


Comments

No comments written yet.

Please login to write comment.