Color Hex Logo

#055214 Color Hex

#055214
(5,82,20)
0 Favorites   0 Comments

Color spaces of #055214

RGB 58220
HSL0.370.890.17
HSV132°94°32°
CMYK 0.940.000.76   0.68
XYZ3.20616.11741.6736
Yxy6.11740.29150.5563
Hunter Lab24.7334-20.145113.3015
CIE-Lab29.7067-35.458429.0775

#055214 color RGB value is (5,82,20).

#055214 hex color red value is 5, green value is 82 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #055214 hue: 0.37 , saturation: 0.89 and the lightness value of 055214 is 0.17.

The process color (four color CMYK) of #055214 color hex is 0.94, 0.00, 0.76, 0.68. Web safe color of #055214 is #006600. Color #055214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010010 00010100
Octal 5 122 24
Decimal 5 82 20
Hex 5 52 14

RGB Percentages of Color #055214

%4.67
%76.64
%18.69

CMYK Percentages of Color #055214

%94
%0
%76
%68

Triadic Colors of #055214

#055214 #140552 #521405

Analogous Colors of #055214

#055214 #05523b #1d5205

Monochromatic Colors of #055214

#055214

Complementary Color

#055214 #520543

#055214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055214 Color CSS Codes

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

#055214 Text Font Color

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

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


#055214 Background Color

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

This div background color is #055214


#055214 Border Color

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

This div border color is #055214


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,82,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055214; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055214;
  -webkit-box-shadow: 1px 1px 3px 2px #055214;
  box-shadow:         1px 1px 3px 2px #055214; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055214


Comments

No comments written yet.

Please login to write comment.