Color Hex Logo

#055dcc Color Hex

#055DCC
(5,93,204)
0 Favorites   0 Comments

Color spaces of #055dcc

RGB 593204
HSL0.590.950.41
HSV213°98°80°
CMYK 0.980.540.00   0.20
XYZ14.876012.220658.7015
Yxy12.22060.17340.1424
Hunter Lab34.958014.7823-75.0893
CIE-Lab41.564621.3315-63.5277

#055dcc color RGB value is (5,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011101 11001100
Octal 5 135 314
Decimal 5 93 204
Hex 5 5D CC

RGB Percentages of Color #055dcc

%1.66
%30.79
%67.55

CMYK Percentages of Color #055dcc

%98
%54
%0
%20

Triadic Colors of #055dcc

#055dcc #cc055d #5dcc05

Analogous Colors of #055dcc

#055dcc #1105cc #05c1cc

Monochromatic Colors of #055dcc

#055dcc

Complementary Color

#055dcc #cc7405

#055dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#055dcc Color CSS Codes

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

#055dcc Text Font Color

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

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


#055dcc Background Color

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

This div background color is #055dcc


#055dcc Border Color

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

This div border color is #055dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055dcc


Comments

No comments written yet.

Please login to write comment.