Color Hex Logo

#55bdda Color Hex

#55BDDA
(85,189,218)
0 Favorites   0 Comments

Color spaces of #55bdda

RGB 85189218
HSL0.540.640.59
HSV193°61°85°
CMYK 0.610.130.00   0.15
XYZ34.598843.388472.8809
Yxy43.38840.22930.2876
Hunter Lab65.8699-21.5134-19.4918
CIE-Lab71.8178-21.5173-23.5402

#55bdda color RGB value is (85,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111101 11011010
Octal 125 275 332
Decimal 85 189 218
Hex 55 BD DA

RGB Percentages of Color #55bdda

%17.28
%38.41
%44.31

CMYK Percentages of Color #55bdda

%61
%13
%0
%15

Triadic Colors of #55bdda

#55bdda #da55bd #bdda55

Analogous Colors of #55bdda

#55bdda #557bda #55dab5

Monochromatic Colors of #55bdda

#55bdda

Complementary Color

#55bdda #da7255

#55bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bdda Color CSS Codes

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

#55bdda Text Font Color

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

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


#55bdda Background Color

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

This div background color is #55bdda


#55bdda Border Color

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

This div border color is #55bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bdda


Comments

No comments written yet.

Please login to write comment.