Color Hex Logo

#55bcce Color Hex

#55BCCE
(85,188,206)
0 Favorites   0 Comments

Color spaces of #55bcce

RGB 85188206
HSL0.520.550.57
HSV189°59°81°
CMYK 0.590.090.00   0.19
XYZ32.870142.354064.8352
Yxy42.35400.23470.3024
Hunter Lab65.0800-23.7345-13.5111
CIE-Lab71.1143-24.5328-18.0627

#55bcce color RGB value is (85,188,206).

#55bcce hex color red value is 85, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #55bcce hue: 0.52 , saturation: 0.55 and the lightness value of 55bcce is 0.57.

The process color (four color CMYK) of #55bcce color hex is 0.59, 0.09, 0.00, 0.19. Web safe color of #55bcce is #66cccc. Color #55bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111100 11001110
Octal 125 274 316
Decimal 85 188 206
Hex 55 BC CE

RGB Percentages of Color #55bcce

%17.75
%39.25
%43.01

CMYK Percentages of Color #55bcce

%59
%9
%0
%19

Triadic Colors of #55bcce

#55bcce #ce55bc #bcce55

Analogous Colors of #55bcce

#55bcce #5580ce #55cea4

Monochromatic Colors of #55bcce

#55bcce

Complementary Color

#55bcce #ce6755

#55bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bcce Color CSS Codes

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

#55bcce Text Font Color

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

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


#55bcce Background Color

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

This div background color is #55bcce


#55bcce Border Color

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

This div border color is #55bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bcce


Comments

No comments written yet.

Please login to write comment.