Color Hex Logo

#259395 Color Hex

#259395
(37,147,149)
0 Favorites   0 Comments

Color spaces of #259395

RGB 37147149
HSL0.500.600.36
HSV181°75°58°
CMYK 0.750.010.00   0.42
XYZ16.621523.430732.0803
Yxy23.43070.23040.3248
Hunter Lab48.4053-23.4155-5.4104
CIE-Lab55.5132-28.6402-9.7844

#259395 color RGB value is (37,147,149).

#259395 hex color red value is 37, green value is 147 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #259395 hue: 0.50 , saturation: 0.60 and the lightness value of 259395 is 0.36.

The process color (four color CMYK) of #259395 color hex is 0.75, 0.01, 0.00, 0.42. Web safe color of #259395 is #339999. Color #259395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010011 10010101
Octal 45 223 225
Decimal 37 147 149
Hex 25 93 95

RGB Percentages of Color #259395

%11.11
%44.14
%44.74

CMYK Percentages of Color #259395

%75
%1
%0
%42

Triadic Colors of #259395

#259395 #952593 #939525

Analogous Colors of #259395

#259395 #255b95 #25955f

Monochromatic Colors of #259395

#259395

Complementary Color

#259395 #952725

#259395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#259395 Color CSS Codes

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

#259395 Text Font Color

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

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


#259395 Background Color

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

This div background color is #259395


#259395 Border Color

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

This div border color is #259395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259395


Comments

No comments written yet.

Please login to write comment.