Color Hex Logo

#25869a Color Hex

#25869A
(37,134,154)
0 Favorites   0 Comments

Color spaces of #25869a

RGB 37134154
HSL0.530.610.37
HSV190°76°60°
CMYK 0.760.130.00   0.40
XYZ15.120819.776633.5922
Yxy19.77660.22080.2888
Hunter Lab44.4709-17.1313-13.6566
CIE-Lab51.5837-20.3842-18.6181

#25869a color RGB value is (37,134,154).

#25869a hex color red value is 37, green value is 134 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #25869a hue: 0.53 , saturation: 0.61 and the lightness value of 25869a is 0.37.

The process color (four color CMYK) of #25869a color hex is 0.76, 0.13, 0.00, 0.40. Web safe color of #25869a is #339999. Color #25869a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000110 10011010
Octal 45 206 232
Decimal 37 134 154
Hex 25 86 9A

RGB Percentages of Color #25869a

%11.38
%41.23
%47.38

CMYK Percentages of Color #25869a

%76
%13
%0
%40

Triadic Colors of #25869a

#25869a #9a2586 #869a25

Analogous Colors of #25869a

#25869a #254c9a #259a74

Monochromatic Colors of #25869a

#25869a

Complementary Color

#25869a #9a3925

#25869a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25869a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25869a Color CSS Codes

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

#25869a Text Font Color

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

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


#25869a Background Color

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

This div background color is #25869a


#25869a Border Color

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

This div border color is #25869a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,134,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25869a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25869a;
  -webkit-box-shadow: 1px 1px 3px 2px #25869a;
  box-shadow:         1px 1px 3px 2px #25869a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25869a


Comments

No comments written yet.

Please login to write comment.