Color Hex Logo

#259daf Color Hex

#259DAF
(37,157,175)
0 Favorites   0 Comments

Color spaces of #259daf

RGB 37157175
HSL0.520.650.42
HSV188°79°69°
CMYK 0.790.100.00   0.31
XYZ20.557827.602444.8017
Yxy27.60240.22110.2969
Hunter Lab52.5380-22.0955-13.7829
CIE-Lab59.5278-25.4163-18.5357

#259daf color RGB value is (37,157,175).

#259daf hex color red value is 37, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #259daf hue: 0.52 , saturation: 0.65 and the lightness value of 259daf is 0.42.

The process color (four color CMYK) of #259daf color hex is 0.79, 0.10, 0.00, 0.31. Web safe color of #259daf is #339999. Color #259daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011101 10101111
Octal 45 235 257
Decimal 37 157 175
Hex 25 9D AF

RGB Percentages of Color #259daf

%10.03
%42.55
%47.43

CMYK Percentages of Color #259daf

%79
%10
%0
%31

Triadic Colors of #259daf

#259daf #af259d #9daf25

Analogous Colors of #259daf

#259daf #2558af #25af7c

Monochromatic Colors of #259daf

#259daf

Complementary Color

#259daf #af3725

#259daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#259daf Color CSS Codes

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

#259daf Text Font Color

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

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


#259daf Background Color

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

This div background color is #259daf


#259daf Border Color

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

This div border color is #259daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259daf


Comments

No comments written yet.

Please login to write comment.