Color Hex Logo

#55bcda Color Hex

#55BCDA
(85,188,218)
0 Favorites   0 Comments

Color spaces of #55bcda

RGB 85188218
HSL0.540.640.59
HSV194°61°85°
CMYK 0.610.140.00   0.15
XYZ34.384442.959772.8095
Yxy42.95970.22900.2861
Hunter Lab65.5436-21.0597-19.9820
CIE-Lab71.5276-21.0055-23.9834

#55bcda color RGB value is (85,188,218).

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

The process color (four color CMYK) of #55bcda color hex is 0.61, 0.14, 0.00, 0.15. Web safe color of #55bcda is #66cccc. Color #55bcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111100 11011010
Octal 125 274 332
Decimal 85 188 218
Hex 55 BC DA

RGB Percentages of Color #55bcda

%17.31
%38.29
%44.40

CMYK Percentages of Color #55bcda

%61
%14
%0
%15

Triadic Colors of #55bcda

#55bcda #da55bc #bcda55

Analogous Colors of #55bcda

#55bcda #557ada #55dab6

Monochromatic Colors of #55bcda

#55bcda

Complementary Color

#55bcda #da7355

#55bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bcda Color CSS Codes

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

#55bcda Text Font Color

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

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


#55bcda Background Color

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

This div background color is #55bcda


#55bcda Border Color

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

This div border color is #55bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bcda


Comments

No comments written yet.

Please login to write comment.