Color Hex Logo

#55becd Color Hex

#55BECD
(85,190,205)
0 Favorites   0 Comments

Color spaces of #55becd

RGB 85190205
HSL0.520.550.57
HSV188°59°80°
CMYK 0.590.070.00   0.20
XYZ33.179243.166064.3407
Yxy43.16600.23580.3068
Hunter Lab65.7008-24.8332-12.0720
CIE-Lab71.6675-25.8205-16.6800

#55becd color RGB value is (85,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 11001101
Octal 125 276 315
Decimal 85 190 205
Hex 55 BE CD

RGB Percentages of Color #55becd

%17.71
%39.58
%42.71

CMYK Percentages of Color #55becd

%59
%7
%0
%20

Triadic Colors of #55becd

#55becd #cd55be #becd55

Analogous Colors of #55becd

#55becd #5582cd #55cda0

Monochromatic Colors of #55becd

#55becd

Complementary Color

#55becd #cd6455

#55becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55becd Color CSS Codes

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

#55becd Text Font Color

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

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


#55becd Background Color

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

This div background color is #55becd


#55becd Border Color

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

This div border color is #55becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55becd


Comments

No comments written yet.

Please login to write comment.