Color Hex Logo

#254014 Color Hex

#254014
(37,64,20)
0 Favorites   0 Comments

Color spaces of #254014

RGB 376420
HSL0.270.520.16
HSV97°69°25°
CMYK 0.420.000.69   0.75
XYZ2.72264.11061.3118
Yxy4.11060.33430.5047
Hunter Lab20.2746-11.510510.3561
CIE-Lab24.0338-19.573323.1744

#254014 color RGB value is (37,64,20).

#254014 hex color red value is 37, green value is 64 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #254014 hue: 0.27 , saturation: 0.52 and the lightness value of 254014 is 0.16.

The process color (four color CMYK) of #254014 color hex is 0.42, 0.00, 0.69, 0.75. Web safe color of #254014 is #333300. Color #254014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000000 00010100
Octal 45 100 24
Decimal 37 64 20
Hex 25 40 14

RGB Percentages of Color #254014

%30.58
%52.89
%16.53

CMYK Percentages of Color #254014

%42
%0
%69
%75

Triadic Colors of #254014

#254014 #142540 #401425

Analogous Colors of #254014

#254014 #144019 #3b4014

Monochromatic Colors of #254014

#254014

Complementary Color

#254014 #2f1440

#254014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254014 Color CSS Codes

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

#254014 Text Font Color

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

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


#254014 Background Color

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

This div background color is #254014


#254014 Border Color

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

This div border color is #254014


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,64,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 #254014">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254014


Comments

No comments written yet.

Please login to write comment.