Color Hex Logo

#259053 Color Hex

#259053
(37,144,83)
0 Favorites   0 Comments

Color spaces of #259053

RGB 3714483
HSL0.400.590.35
HSV146°74°56°
CMYK 0.740.000.42   0.44
XYZ12.297520.964411.5820
Yxy20.96440.27420.4675
Hunter Lab45.7869-32.185317.0532
CIE-Lab52.9105-44.139324.0484

#259053 color RGB value is (37,144,83).

#259053 hex color red value is 37, green value is 144 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #259053 hue: 0.40 , saturation: 0.59 and the lightness value of 259053 is 0.35.

The process color (four color CMYK) of #259053 color hex is 0.74, 0.00, 0.42, 0.44. Web safe color of #259053 is #339966. Color #259053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010000 01010011
Octal 45 220 123
Decimal 37 144 83
Hex 25 90 53

RGB Percentages of Color #259053

%14.02
%54.55
%31.44

CMYK Percentages of Color #259053

%74
%0
%42
%44

Triadic Colors of #259053

#259053 #532590 #905325

Analogous Colors of #259053

#259053 #259089 #2d9025

Monochromatic Colors of #259053

#259053

Complementary Color

#259053 #902562

#259053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#259053 Color CSS Codes

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

#259053 Text Font Color

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

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


#259053 Background Color

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

This div background color is #259053


#259053 Border Color

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

This div border color is #259053


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,144,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259053


Comments

No comments written yet.

Please login to write comment.