Color Hex Logo

#25669a Color Hex

#25669A
(37,102,154)
0 Favorites   0 Comments

Color spaces of #25669a

RGB 37102154
HSL0.570.610.37
HSV207°76°60°
CMYK 0.760.340.00   0.40
XYZ11.347112.229232.3343
Yxy12.22920.20300.2187
Hunter Lab34.9703-3.2786-30.3417
CIE-Lab41.5781-1.9829-34.1608

#25669a color RGB value is (37,102,154).

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

The process color (four color CMYK) of #25669a color hex is 0.76, 0.34, 0.00, 0.40. Web safe color of #25669a is #336699. Color #25669a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100110 10011010
Octal 45 146 232
Decimal 37 102 154
Hex 25 66 9A

RGB Percentages of Color #25669a

%12.63
%34.81
%52.56

CMYK Percentages of Color #25669a

%76
%34
%0
%40

Triadic Colors of #25669a

#25669a #9a2566 #669a25

Analogous Colors of #25669a

#25669a #252c9a #259a94

Monochromatic Colors of #25669a

#25669a

Complementary Color

#25669a #9a5925

#25669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25669a Color CSS Codes

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

#25669a Text Font Color

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

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


#25669a Background Color

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

This div background color is #25669a


#25669a Border Color

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

This div border color is #25669a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,102,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 #25669a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25669a


Comments

No comments written yet.

Please login to write comment.