Color Hex Logo

#252a29 Color Hex

#252A29
(37,42,41)
0 Favorites   0 Comments

Color spaces of #252a29

RGB 374241
HSL0.470.060.15
HSV168°12°16°
CMYK 0.120.000.02   0.84
XYZ1.99122.20932.4193
Yxy2.20930.30080.3337
Hunter Lab14.8637-2.09900.7542
CIE-Lab16.5494-2.4633-0.1067

#252a29 color RGB value is (37,42,41).

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

The process color (four color CMYK) of #252a29 color hex is 0.12, 0.00, 0.02, 0.84. Web safe color of #252a29 is #333333. Color #252a29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101010 00101001
Octal 45 52 51
Decimal 37 42 41
Hex 25 2A 29

RGB Percentages of Color #252a29

%30.83
%35.00
%34.17

CMYK Percentages of Color #252a29

%12
%0
%2
%84

Triadic Colors of #252a29

#252a29 #29252a #2a2925

Analogous Colors of #252a29

#252a29 #25292a #252a27

Monochromatic Colors of #252a29

#252a29

Complementary Color

#252a29 #2a2526

#252a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252a29 Color CSS Codes

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

#252a29 Text Font Color

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

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


#252a29 Background Color

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

This div background color is #252a29


#252a29 Border Color

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

This div border color is #252a29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252a29


Comments

No comments written yet.

Please login to write comment.