Color Hex Logo

#55dbeb Color Hex

#55DBEB
(85,219,235)
0 Favorites   0 Comments

Color spaces of #55dbeb

RGB 85219235
HSL0.520.790.63
HSV186°64°92°
CMYK 0.640.070.00   0.08
XYZ44.073258.592587.5838
Yxy58.59250.23170.3080
Hunter Lab76.5457-31.1790-14.2577
CIE-Lab81.0671-31.3887-18.6451

#55dbeb color RGB value is (85,219,235).

#55dbeb hex color red value is 85, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #55dbeb hue: 0.52 , saturation: 0.79 and the lightness value of 55dbeb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011011 11101011
Octal 125 333 353
Decimal 85 219 235
Hex 55 DB EB

RGB Percentages of Color #55dbeb

%15.77
%40.63
%43.60

CMYK Percentages of Color #55dbeb

%64
%7
%0
%8

Triadic Colors of #55dbeb

#55dbeb #eb55db #dbeb55

Analogous Colors of #55dbeb

#55dbeb #5590eb #55ebb0

Monochromatic Colors of #55dbeb

#55dbeb

Complementary Color

#55dbeb #eb6555

#55dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dbeb Color CSS Codes

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

#55dbeb Text Font Color

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

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


#55dbeb Background Color

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

This div background color is #55dbeb


#55dbeb Border Color

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

This div border color is #55dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dbeb


Comments

No comments written yet.

Please login to write comment.