Color Hex Logo

#255914 Color Hex

#255914
(37,89,20)
0 Favorites   0 Comments

Color spaces of #255914

RGB 378920
HSL0.290.630.21
HSV105°78°35°
CMYK 0.580.000.78   0.65
XYZ4.46167.58861.8914
Yxy7.58860.32000.5443
Hunter Lab27.5474-19.298015.2123
CIE-Lab33.1110-31.319532.8771

#255914 color RGB value is (37,89,20).

#255914 hex color red value is 37, green value is 89 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #255914 hue: 0.29 , saturation: 0.63 and the lightness value of 255914 is 0.21.

The process color (four color CMYK) of #255914 color hex is 0.58, 0.00, 0.78, 0.65. Web safe color of #255914 is #336600. Color #255914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 00010100
Octal 45 131 24
Decimal 37 89 20
Hex 25 59 14

RGB Percentages of Color #255914

%25.34
%60.96
%13.70

CMYK Percentages of Color #255914

%58
%0
%78
%65

Triadic Colors of #255914

#255914 #142559 #591425

Analogous Colors of #255914

#255914 #145926 #485914

Monochromatic Colors of #255914

#255914

Complementary Color

#255914 #481459

#255914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255914 Color CSS Codes

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

#255914 Text Font Color

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

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


#255914 Background Color

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

This div background color is #255914


#255914 Border Color

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

This div border color is #255914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255914


Comments

No comments written yet.

Please login to write comment.