Color Hex Logo

#05921c Color Hex

#05921C
(5,146,28)
0 Favorites   0 Comments

Color spaces of #05921c

RGB 514628
HSL0.360.930.30
HSV130°97°57°
CMYK 0.970.000.81   0.43
XYZ10.551120.67394.5330
Yxy20.67390.29510.5782
Hunter Lab45.4686-38.148625.9171
CIE-Lab52.5907-55.348248.9431

#05921c color RGB value is (5,146,28).

#05921c hex color red value is 5, green value is 146 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #05921c hue: 0.36 , saturation: 0.93 and the lightness value of 05921c is 0.30.

The process color (four color CMYK) of #05921c color hex is 0.97, 0.00, 0.81, 0.43. Web safe color of #05921c is #009933. Color #05921c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010010 00011100
Octal 5 222 34
Decimal 5 146 28
Hex 5 92 1C

RGB Percentages of Color #05921c

%2.79
%81.56
%15.64

CMYK Percentages of Color #05921c

%97
%0
%81
%43

Triadic Colors of #05921c

#05921c #1c0592 #921c05

Analogous Colors of #05921c

#05921c #059263 #359205

Monochromatic Colors of #05921c

#05921c

Complementary Color

#05921c #92057b

#05921c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05921c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05921c Color CSS Codes

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

#05921c Text Font Color

<p style="color:#05921c">Text here</p>

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


#05921c Background Color

<div style="background-color:#05921c">
Div content here</div>

This div background color is #05921c


#05921c Border Color

<div style="border:3px solid #05921c">
Div here</div>

This div border color is #05921c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,146,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05921c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05921c;
  -webkit-box-shadow: 1px 1px 3px 2px #05921c;
  box-shadow:         1px 1px 3px 2px #05921c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05921c


Comments

No comments written yet.

Please login to write comment.