Color Hex Logo

#55b9da Color Hex

#55B9DA
(85,185,218)
1 Favorites   0 Comments

Color spaces of #55b9da

RGB 85185218
HSL0.540.640.59
HSV195°61°85°
CMYK 0.610.150.00   0.15
XYZ33.750241.691272.5980
Yxy41.69120.22800.2816
Hunter Lab64.5687-19.6930-21.4647
CIE-Lab70.6575-19.4590-25.3141

#55b9da color RGB value is (85,185,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111001 11011010
Octal 125 271 332
Decimal 85 185 218
Hex 55 B9 DA

RGB Percentages of Color #55b9da

%17.42
%37.91
%44.67

CMYK Percentages of Color #55b9da

%61
%15
%0
%15

Triadic Colors of #55b9da

#55b9da #da55b9 #b9da55

Analogous Colors of #55b9da

#55b9da #5577da #55dab9

Monochromatic Colors of #55b9da

#55b9da

Complementary Color

#55b9da #da7655

#55b9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55b9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#55b9da Color CSS Codes

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

#55b9da Text Font Color

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

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


#55b9da Background Color

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

This div background color is #55b9da


#55b9da Border Color

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

This div border color is #55b9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55b9da


Comments

No comments written yet.

Please login to write comment.