Color Hex Logo

#259790 Color Hex

#259790
(37,151,144)
0 Favorites   0 Comments

Color spaces of #259790

RGB 37151144
HSL0.490.610.37
HSV176°75°59°
CMYK 0.750.000.05   0.41
XYZ16.863624.540130.2335
Yxy24.54010.23540.3426
Hunter Lab49.5380-25.9269-1.5087
CIE-Lab56.6245-32.0793-5.2639

#259790 color RGB value is (37,151,144).

#259790 hex color red value is 37, green value is 151 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #259790 hue: 0.49 , saturation: 0.61 and the lightness value of 259790 is 0.37.

The process color (four color CMYK) of #259790 color hex is 0.75, 0.00, 0.05, 0.41. Web safe color of #259790 is #339999. Color #259790 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010111 10010000
Octal 45 227 220
Decimal 37 151 144
Hex 25 97 90

RGB Percentages of Color #259790

%11.14
%45.48
%43.37

CMYK Percentages of Color #259790

%75
%0
%5
%41

Triadic Colors of #259790

#259790 #902597 #979025

Analogous Colors of #259790

#259790 #256597 #259757

Monochromatic Colors of #259790

#259790

Complementary Color

#259790 #97252c

#259790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#259790 Color CSS Codes

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

#259790 Text Font Color

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

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


#259790 Background Color

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

This div background color is #259790


#259790 Border Color

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

This div border color is #259790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259790


Comments

No comments written yet.

Please login to write comment.