Color Hex Logo

#055deb Color Hex

#055DEB
(5,93,235)
0 Favorites   0 Comments

Color spaces of #055deb

RGB 593235
HSL0.600.960.47
HSV217°98°92°
CMYK 0.980.600.00   0.08
XYZ18.972313.859180.2724
Yxy13.85910.16770.1225
Hunter Lab37.227825.8198-101.7845
CIE-Lab44.030233.4606-77.1750

#055deb color RGB value is (5,93,235).

#055deb hex color red value is 5, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #055deb hue: 0.60 , saturation: 0.96 and the lightness value of 055deb is 0.47.

The process color (four color CMYK) of #055deb color hex is 0.98, 0.60, 0.00, 0.08. Web safe color of #055deb is #0066ff. Color #055deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011101 11101011
Octal 5 135 353
Decimal 5 93 235
Hex 5 5D EB

RGB Percentages of Color #055deb

%1.50
%27.93
%70.57

CMYK Percentages of Color #055deb

%98
%60
%0
%8

Triadic Colors of #055deb

#055deb #eb055d #5deb05

Analogous Colors of #055deb

#055deb #2005eb #05d0eb

Monochromatic Colors of #055deb

#055deb

Complementary Color

#055deb #eb9305

#055deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#055deb Color CSS Codes

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

#055deb Text Font Color

<p style="color:#055deb">Text here</p>

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


#055deb Background Color

<div style="background-color:#055deb">
Div content here</div>

This div background color is #055deb


#055deb Border Color

<div style="border:3px solid #055deb">
Div here</div>

This div border color is #055deb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,93,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055deb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055deb;
  -webkit-box-shadow: 1px 1px 3px 2px #055deb;
  box-shadow:         1px 1px 3px 2px #055deb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,93,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 #055deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055deb


Comments

No comments written yet.

Please login to write comment.