Color Hex Logo

#55adeb Color Hex

#55ADEB
(85,173,235)
0 Favorites   0 Comments

Color spaces of #55adeb

RGB 85173235
HSL0.570.790.63
HSV205°64°92°
CMYK 0.640.260.00   0.08
XYZ33.685337.816684.1212
Yxy37.81660.21650.2430
Hunter Lab61.4952-9.8394-38.0580
CIE-Lab67.8852-7.7366-38.8882

#55adeb color RGB value is (85,173,235).

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

The process color (four color CMYK) of #55adeb color hex is 0.64, 0.26, 0.00, 0.08. Web safe color of #55adeb is #6699ff. Color #55adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101101 11101011
Octal 125 255 353
Decimal 85 173 235
Hex 55 AD EB

RGB Percentages of Color #55adeb

%17.24
%35.09
%47.67

CMYK Percentages of Color #55adeb

%64
%26
%0
%8

Triadic Colors of #55adeb

#55adeb #eb55ad #adeb55

Analogous Colors of #55adeb

#55adeb #5562eb #55ebde

Monochromatic Colors of #55adeb

#55adeb

Complementary Color

#55adeb #eb9355

#55adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55adeb Color CSS Codes

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

#55adeb Text Font Color

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

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


#55adeb Background Color

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

This div background color is #55adeb


#55adeb Border Color

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

This div border color is #55adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55adeb


Comments

No comments written yet.

Please login to write comment.