Color Hex Logo

#25263c Color Hex

#25263C
(37,38,60)
0 Favorites   0 Comments

Color spaces of #25263c

RGB 373860
HSL0.660.240.19
HSV237°38°24°
CMYK 0.380.370.00   0.76
XYZ2.27172.10584.5617
Yxy2.10580.25410.2356
Hunter Lab14.51142.5486-8.4801
CIE-Lab16.03305.9529-14.2336

#25263c color RGB value is (37,38,60).

#25263c hex color red value is 37, green value is 38 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #25263c hue: 0.66 , saturation: 0.24 and the lightness value of 25263c is 0.19.

The process color (four color CMYK) of #25263c color hex is 0.38, 0.37, 0.00, 0.76. Web safe color of #25263c is #333333. Color #25263c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100110 00111100
Octal 45 46 74
Decimal 37 38 60
Hex 25 26 3C

RGB Percentages of Color #25263c

%27.41
%28.15
%44.44

CMYK Percentages of Color #25263c

%38
%37
%0
%76

Triadic Colors of #25263c

#25263c #3c2526 #263c25

Analogous Colors of #25263c

#25263c #30253c #25323c

Monochromatic Colors of #25263c

#25263c

Complementary Color

#25263c #3c3b25

#25263c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25263c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25263c Color CSS Codes

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

#25263c Text Font Color

<p style="color:#25263c">Text here</p>

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


#25263c Background Color

<div style="background-color:#25263c">
Div content here</div>

This div background color is #25263c


#25263c Border Color

<div style="border:3px solid #25263c">
Div here</div>

This div border color is #25263c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,38,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25263c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25263c;
  -webkit-box-shadow: 1px 1px 3px 2px #25263c;
  box-shadow:         1px 1px 3px 2px #25263c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25263c


Comments

No comments written yet.

Please login to write comment.