Color Hex Logo

#259672 Color Hex

#259672
(37,150,114)
0 Favorites   0 Comments

Color spaces of #259672

RGB 37150114
HSL0.450.600.37
HSV161°75°59°
CMYK 0.750.000.24   0.41
XYZ14.706623.420919.6652
Yxy23.42090.25450.4053
Hunter Lab48.3951-30.44799.7843
CIE-Lab55.5033-39.775610.2300

#259672 color RGB value is (37,150,114).

#259672 hex color red value is 37, green value is 150 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #259672 hue: 0.45 , saturation: 0.60 and the lightness value of 259672 is 0.37.

The process color (four color CMYK) of #259672 color hex is 0.75, 0.00, 0.24, 0.41. Web safe color of #259672 is #339966. Color #259672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010110 01110010
Octal 45 226 162
Decimal 37 150 114
Hex 25 96 72

RGB Percentages of Color #259672

%12.29
%49.83
%37.87

CMYK Percentages of Color #259672

%75
%0
%24
%41

Triadic Colors of #259672

#259672 #722596 #967225

Analogous Colors of #259672

#259672 #258296 #25963a

Monochromatic Colors of #259672

#259672

Complementary Color

#259672 #962549

#259672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#259672 Color CSS Codes

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

#259672 Text Font Color

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

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


#259672 Background Color

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

This div background color is #259672


#259672 Border Color

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

This div border color is #259672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259672


Comments

No comments written yet.

Please login to write comment.