Color Hex Logo

#005c78 Color Hex

#005C78
(0,92,120)
0 Favorites   0 Comments

Color spaces of #005c78

RGB 092120
HSL0.541.000.24
HSV194°100°47°
CMYK 1.000.230.00   0.53
XYZ7.21739.010419.1281
Yxy9.01040.20410.2548
Hunter Lab30.0173-9.6122-16.7695
CIE-Lab36.0043-12.4266-22.3501

#005c78 color RGB value is (0,92,120).

#005c78 hex color red value is 0, green value is 92 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #005c78 hue: 0.54 , saturation: 1.00 and the lightness value of 005c78 is 0.24.

The process color (four color CMYK) of #005c78 color hex is 1.00, 0.23, 0.00, 0.53. Web safe color of #005c78 is #006666. Color #005c78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 01111000
Octal 0 134 170
Decimal 0 92 120
Hex 0 5C 78

RGB Percentages of Color #005c78

%0.00
%43.40
%56.60

CMYK Percentages of Color #005c78

%100
%23
%0
%53

Triadic Colors of #005c78

#005c78 #78005c #5c7800

Analogous Colors of #005c78

#005c78 #002078 #007858

Monochromatic Colors of #005c78

#005c78

Complementary Color

#005c78 #781c00

#005c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005c78 Color CSS Codes

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

#005c78 Text Font Color

<p style="color:#005c78">Text here</p>

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


#005c78 Background Color

<div style="background-color:#005c78">
Div content here</div>

This div background color is #005c78


#005c78 Border Color

<div style="border:3px solid #005c78">
Div here</div>

This div border color is #005c78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,92,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005c78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005c78;
  -webkit-box-shadow: 1px 1px 3px 2px #005c78;
  box-shadow:         1px 1px 3px 2px #005c78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,92,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005c78


Comments

No comments written yet.

Please login to write comment.