Color Hex Logo

#55bbdc Color Hex

#55BBDC
(85,187,220)
0 Favorites   0 Comments

Color spaces of #55bbdc

RGB 85187220
HSL0.540.660.60
HSV195°61°86°
CMYK 0.610.150.00   0.14
XYZ34.434942.639274.1254
Yxy42.63920.22770.2820
Hunter Lab65.2987-20.1418-21.5954
CIE-Lab71.3094-19.8906-25.4070

#55bbdc color RGB value is (85,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111011 11011100
Octal 125 273 334
Decimal 85 187 220
Hex 55 BB DC

RGB Percentages of Color #55bbdc

%17.28
%38.01
%44.72

CMYK Percentages of Color #55bbdc

%61
%15
%0
%14

Triadic Colors of #55bbdc

#55bbdc #dc55bb #bbdc55

Analogous Colors of #55bbdc

#55bbdc #5578dc #55dcba

Monochromatic Colors of #55bbdc

#55bbdc

Complementary Color

#55bbdc #dc7655

#55bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bbdc Color CSS Codes

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

#55bbdc Text Font Color

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

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


#55bbdc Background Color

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

This div background color is #55bbdc


#55bbdc Border Color

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

This div border color is #55bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bbdc


Comments

No comments written yet.

Please login to write comment.