Color Hex Logo

#55bbde Color Hex

#55BBDE
(85,187,222)
0 Favorites   0 Comments

Color spaces of #55bbde

RGB 85187222
HSL0.540.670.60
HSV195°62°87°
CMYK 0.620.160.00   0.13
XYZ34.701542.745975.5291
Yxy42.74590.22680.2794
Hunter Lab65.3803-19.6743-22.7271
CIE-Lab71.3822-19.2867-26.3852

#55bbde color RGB value is (85,187,222).

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

The process color (four color CMYK) of #55bbde color hex is 0.62, 0.16, 0.00, 0.13. Web safe color of #55bbde is #66cccc. Color #55bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111011 11011110
Octal 125 273 336
Decimal 85 187 222
Hex 55 BB DE

RGB Percentages of Color #55bbde

%17.21
%37.85
%44.94

CMYK Percentages of Color #55bbde

%62
%16
%0
%13

Triadic Colors of #55bbde

#55bbde #de55bb #bbde55

Analogous Colors of #55bbde

#55bbde #5577de #55debd

Monochromatic Colors of #55bbde

#55bbde

Complementary Color

#55bbde #de7855

#55bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bbde Color CSS Codes

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

#55bbde Text Font Color

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

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


#55bbde Background Color

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

This div background color is #55bbde


#55bbde Border Color

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

This div border color is #55bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bbde


Comments

No comments written yet.

Please login to write comment.