Color Hex Logo

#55bbee Color Hex

#55BBEE
(85,187,238)
0 Favorites   0 Comments

Color spaces of #55bbee

RGB 85187238
HSL0.560.820.63
HSV200°64°93°
CMYK 0.640.210.00   0.07
XYZ36.949343.645087.3658
Yxy43.64500.22000.2599
Hunter Lab66.0644-15.7789-32.1621
CIE-Lab71.9906-14.3540-34.1398

#55bbee color RGB value is (85,187,238).

#55bbee hex color red value is 85, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #55bbee hue: 0.56 , saturation: 0.82 and the lightness value of 55bbee is 0.63.

The process color (four color CMYK) of #55bbee color hex is 0.64, 0.21, 0.00, 0.07. Web safe color of #55bbee is #66ccff. Color #55bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111011 11101110
Octal 125 273 356
Decimal 85 187 238
Hex 55 BB EE

RGB Percentages of Color #55bbee

%16.67
%36.67
%46.67

CMYK Percentages of Color #55bbee

%64
%21
%0
%7

Triadic Colors of #55bbee

#55bbee #ee55bb #bbee55

Analogous Colors of #55bbee

#55bbee #556fee #55eed5

Monochromatic Colors of #55bbee

#55bbee

Complementary Color

#55bbee #ee8855

#55bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bbee Color CSS Codes

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

#55bbee Text Font Color

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

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


#55bbee Background Color

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

This div background color is #55bbee


#55bbee Border Color

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

This div border color is #55bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bbee


Comments

No comments written yet.

Please login to write comment.