Color Hex Logo

#55b5da Color Hex

#55B5DA
(85,181,218)
0 Favorites   0 Comments

Color spaces of #55b5da

RGB 85181218
HSL0.550.640.59
HSV197°61°85°
CMYK 0.610.170.00   0.15
XYZ32.925140.041072.3230
Yxy40.04100.22660.2756
Hunter Lab63.2780-17.8584-23.4704
CIE-Lab69.4987-17.3734-27.0911

#55b5da color RGB value is (85,181,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10110101 11011010
Octal 125 265 332
Decimal 85 181 218
Hex 55 B5 DA

RGB Percentages of Color #55b5da

%17.56
%37.40
%45.04

CMYK Percentages of Color #55b5da

%61
%17
%0
%15

Triadic Colors of #55b5da

#55b5da #da55b5 #b5da55

Analogous Colors of #55b5da

#55b5da #5573da #55dabd

Monochromatic Colors of #55b5da

#55b5da

Complementary Color

#55b5da #da7a55

#55b5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55b5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#55b5da Color CSS Codes

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

#55b5da Text Font Color

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

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


#55b5da Background Color

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

This div background color is #55b5da


#55b5da Border Color

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

This div border color is #55b5da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,181,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 #55b5da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55b5da


Comments

No comments written yet.

Please login to write comment.