Color Hex Logo

#55bddb Color Hex

#55BDDB
(85,189,219)
0 Favorites   0 Comments

Color spaces of #55bddb

RGB 85189219
HSL0.540.650.60
HSV193°61°86°
CMYK 0.610.140.00   0.14
XYZ34.730143.441073.5723
Yxy43.44100.22890.2863
Hunter Lab65.9098-21.2844-20.0461
CIE-Lab71.8533-21.2192-24.0306

#55bddb color RGB value is (85,189,219).

#55bddb hex color red value is 85, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #55bddb hue: 0.54 , saturation: 0.65 and the lightness value of 55bddb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111101 11011011
Octal 125 275 333
Decimal 85 189 219
Hex 55 BD DB

RGB Percentages of Color #55bddb

%17.24
%38.34
%44.42

CMYK Percentages of Color #55bddb

%61
%14
%0
%14

Triadic Colors of #55bddb

#55bddb #db55bd #bddb55

Analogous Colors of #55bddb

#55bddb #557adb #55dbb6

Monochromatic Colors of #55bddb

#55bddb

Complementary Color

#55bddb #db7355

#55bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bddb Color CSS Codes

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

#55bddb Text Font Color

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

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


#55bddb Background Color

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

This div background color is #55bddb


#55bddb Border Color

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

This div border color is #55bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bddb


Comments

No comments written yet.

Please login to write comment.