Color Hex Logo

#252429 Color Hex

#252429
(37,36,41)
0 Favorites   0 Comments

Color spaces of #252429

RGB 373641
HSL0.700.060.15
HSV252°12°16°
CMYK 0.100.120.00   0.84
XYZ1.79411.81522.3536
Yxy1.81520.30090.3044
Hunter Lab13.47290.1920-0.9264
CIE-Lab14.48591.7241-3.1507

#252429 color RGB value is (37,36,41).

#252429 hex color red value is 37, green value is 36 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #252429 hue: 0.70 , saturation: 0.06 and the lightness value of 252429 is 0.15.

The process color (four color CMYK) of #252429 color hex is 0.10, 0.12, 0.00, 0.84. Web safe color of #252429 is #333333. Color #252429 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100100 00101001
Octal 45 44 51
Decimal 37 36 41
Hex 25 24 29

RGB Percentages of Color #252429

%32.46
%31.58
%35.96

CMYK Percentages of Color #252429

%10
%12
%0
%84

Triadic Colors of #252429

#252429 #292524 #242925

Analogous Colors of #252429

#252429 #282429 #242629

Monochromatic Colors of #252429

#252429

Complementary Color

#252429 #282924

#252429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252429 Color CSS Codes

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

#252429 Text Font Color

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

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


#252429 Background Color

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

This div background color is #252429


#252429 Border Color

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

This div border color is #252429


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,36,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252429; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252429;
  -webkit-box-shadow: 1px 1px 3px 2px #252429;
  box-shadow:         1px 1px 3px 2px #252429; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252429


Comments

No comments written yet.

Please login to write comment.