Color Hex Logo

#005c94 Color Hex

#005C94
(0,92,148)
0 Favorites   0 Comments

Color spaces of #005c94

RGB 092148
HSL0.561.000.29
HSV203°100°58°
CMYK 1.000.380.00   0.42
XYZ9.17249.792429.4237
Yxy9.79240.18960.2024
Hunter Lab31.2928-2.4413-33.8437
CIE-Lab37.4672-1.1195-37.1183

#005c94 color RGB value is (0,92,148).

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

The process color (four color CMYK) of #005c94 color hex is 1.00, 0.38, 0.00, 0.42. Web safe color of #005c94 is #006699. Color #005c94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 10010100
Octal 0 134 224
Decimal 0 92 148
Hex 0 5C 94

RGB Percentages of Color #005c94

%0.00
%38.33
%61.67

CMYK Percentages of Color #005c94

%100
%38
%0
%42

Triadic Colors of #005c94

#005c94 #94005c #5c9400

Analogous Colors of #005c94

#005c94 #001294 #009482

Monochromatic Colors of #005c94

#005c94

Complementary Color

#005c94 #943800

#005c94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005c94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005c94 Color CSS Codes

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

#005c94 Text Font Color

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

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


#005c94 Background Color

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

This div background color is #005c94


#005c94 Border Color

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

This div border color is #005c94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005c94


Comments

No comments written yet.

Please login to write comment.