Color Hex Logo

#259da8 Color Hex

#259DA8
(37,157,168)
0 Favorites   0 Comments

Color spaces of #259da8

RGB 37157168
HSL0.510.640.40
HSV185°78°66°
CMYK 0.780.070.00   0.34
XYZ19.887827.334441.2737
Yxy27.33440.22470.3089
Hunter Lab52.2823-23.5940-10.2082
CIE-Lab59.2826-27.6559-14.9466

#259da8 color RGB value is (37,157,168).

#259da8 hex color red value is 37, green value is 157 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #259da8 hue: 0.51 , saturation: 0.64 and the lightness value of 259da8 is 0.40.

The process color (four color CMYK) of #259da8 color hex is 0.78, 0.07, 0.00, 0.34. Web safe color of #259da8 is #339999. Color #259da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011101 10101000
Octal 45 235 250
Decimal 37 157 168
Hex 25 9D A8

RGB Percentages of Color #259da8

%10.22
%43.37
%46.41

CMYK Percentages of Color #259da8

%78
%7
%0
%34

Triadic Colors of #259da8

#259da8 #a8259d #9da825

Analogous Colors of #259da8

#259da8 #255ca8 #25a872

Monochromatic Colors of #259da8

#259da8

Complementary Color

#259da8 #a83025

#259da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#259da8 Color CSS Codes

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

#259da8 Text Font Color

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

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


#259da8 Background Color

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

This div background color is #259da8


#259da8 Border Color

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

This div border color is #259da8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,157,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #259da8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #259da8;
  -webkit-box-shadow: 1px 1px 3px 2px #259da8;
  box-shadow:         1px 1px 3px 2px #259da8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259da8


Comments

No comments written yet.

Please login to write comment.