Color Hex Logo

#25536a Color Hex

#25536A
(37,83,106)
0 Favorites   0 Comments

Color spaces of #25536a

RGB 3783106
HSL0.560.480.28
HSV200°65°42°
CMYK 0.650.220.00   0.58
XYZ6.45777.620414.7662
Yxy7.62040.22390.2642
Hunter Lab27.6051-6.5521-12.3912
CIE-Lab33.1795-7.9556-17.9620

#25536a color RGB value is (37,83,106).

#25536a hex color red value is 37, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #25536a hue: 0.56 , saturation: 0.48 and the lightness value of 25536a is 0.28.

The process color (four color CMYK) of #25536a color hex is 0.65, 0.22, 0.00, 0.58. Web safe color of #25536a is #336666. Color #25536a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 01101010
Octal 45 123 152
Decimal 37 83 106
Hex 25 53 6A

RGB Percentages of Color #25536a

%16.37
%36.73
%46.90

CMYK Percentages of Color #25536a

%65
%22
%0
%58

Triadic Colors of #25536a

#25536a #6a2553 #536a25

Analogous Colors of #25536a

#25536a #25306a #256a5f

Monochromatic Colors of #25536a

#25536a

Complementary Color

#25536a #6a3c25

#25536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25536a Color CSS Codes

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

#25536a Text Font Color

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

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


#25536a Background Color

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

This div background color is #25536a


#25536a Border Color

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

This div border color is #25536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25536a


Comments

No comments written yet.

Please login to write comment.