Color Hex Logo

#055ecd Color Hex

#055ECD
(5,94,205)
0 Favorites   0 Comments

Color spaces of #055ecd

RGB 594205
HSL0.590.950.41
HSV213°98°80°
CMYK 0.980.540.00   0.20
XYZ15.084712.445559.3648
Yxy12.44550.17360.1432
Hunter Lab35.278214.5885-75.0763
CIE-Lab41.915621.0729-63.5334

#055ecd color RGB value is (5,94,205).

#055ecd hex color red value is 5, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #055ecd hue: 0.59 , saturation: 0.95 and the lightness value of 055ecd is 0.41.

The process color (four color CMYK) of #055ecd color hex is 0.98, 0.54, 0.00, 0.20. Web safe color of #055ecd is #0066cc. Color #055ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011110 11001101
Octal 5 136 315
Decimal 5 94 205
Hex 5 5E CD

RGB Percentages of Color #055ecd

%1.64
%30.92
%67.43

CMYK Percentages of Color #055ecd

%98
%54
%0
%20

Triadic Colors of #055ecd

#055ecd #cd055e #5ecd05

Analogous Colors of #055ecd

#055ecd #1005cd #05c2cd

Monochromatic Colors of #055ecd

#055ecd

Complementary Color

#055ecd #cd7405

#055ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#055ecd Color CSS Codes

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

#055ecd Text Font Color

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

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


#055ecd Background Color

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

This div background color is #055ecd


#055ecd Border Color

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

This div border color is #055ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,94,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055ecd


Comments

No comments written yet.

Please login to write comment.