Color Hex Logo

#055fcd Color Hex

#055FCD
(5,95,205)
0 Favorites   0 Comments

Color spaces of #055fcd

RGB 595205
HSL0.590.950.41
HSV213°98°80°
CMYK 0.980.540.00   0.20
XYZ15.174212.624559.3946
Yxy12.62450.17400.1448
Hunter Lab35.531014.0527-74.2392
CIE-Lab42.191920.4161-63.0842

#055fcd color RGB value is (5,95,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011111 11001101
Octal 5 137 315
Decimal 5 95 205
Hex 5 5F CD

RGB Percentages of Color #055fcd

%1.64
%31.15
%67.21

CMYK Percentages of Color #055fcd

%98
%54
%0
%20

Triadic Colors of #055fcd

#055fcd #cd055f #5fcd05

Analogous Colors of #055fcd

#055fcd #0f05cd #05c3cd

Monochromatic Colors of #055fcd

#055fcd

Complementary Color

#055fcd #cd7305

#055fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#055fcd Color CSS Codes

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

#055fcd Text Font Color

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

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


#055fcd Background Color

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

This div background color is #055fcd


#055fcd Border Color

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

This div border color is #055fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055fcd


Comments

No comments written yet.

Please login to write comment.