Color Hex Logo

#21252e Color Hex

#21252E
(33,37,46)
0 Favorites   0 Comments

Color spaces of #21252e

RGB 333746
HSL0.620.160.15
HSV222°28°18°
CMYK 0.280.200.00   0.82
XYZ1.78191.84372.8467
Yxy1.84370.27530.2849
Hunter Lab13.5783-0.3372-2.9254
CIE-Lab14.64470.7375-6.5239

#21252e color RGB value is (33,37,46).

#21252e hex color red value is 33, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #21252e hue: 0.62 , saturation: 0.16 and the lightness value of 21252e is 0.15.

The process color (four color CMYK) of #21252e color hex is 0.28, 0.20, 0.00, 0.82. Web safe color of #21252e is #333333. Color #21252e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00100101 00101110
Octal 41 45 56
Decimal 33 37 46
Hex 21 25 2E

RGB Percentages of Color #21252e

%28.45
%31.90
%39.66

CMYK Percentages of Color #21252e

%28
%20
%0
%82

Triadic Colors of #21252e

#21252e #2e2125 #252e21

Analogous Colors of #21252e

#21252e #24212e #212c2e

Monochromatic Colors of #21252e

#21252e

Complementary Color

#21252e #2e2a21

#21252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21252e Color CSS Codes

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

#21252e Text Font Color

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

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


#21252e Background Color

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

This div background color is #21252e


#21252e Border Color

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

This div border color is #21252e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,37,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21252e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21252e;
  -webkit-box-shadow: 1px 1px 3px 2px #21252e;
  box-shadow:         1px 1px 3px 2px #21252e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21252e

#21252e Color Palettes


Comments

No comments written yet.

Please login to write comment.