Color Hex Logo

#21424f Color Hex

#21424F
(33,66,79)
0 Favorites   0 Comments

Color spaces of #21424f

RGB 336679
HSL0.550.410.22
HSV197°58°31°
CMYK 0.580.160.00   0.69
XYZ3.98674.78438.1105
Yxy4.78430.23620.2834
Hunter Lab21.8730-5.7434-6.6735
CIE-Lab26.1112-7.7890-11.5455

#21424f color RGB value is (33,66,79).

#21424f hex color red value is 33, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #21424f hue: 0.55 , saturation: 0.41 and the lightness value of 21424f is 0.22.

The process color (four color CMYK) of #21424f color hex is 0.58, 0.16, 0.00, 0.69. Web safe color of #21424f is #333366. Color #21424f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000010 01001111
Octal 41 102 117
Decimal 33 66 79
Hex 21 42 4F

RGB Percentages of Color #21424f

%18.54
%37.08
%44.38

CMYK Percentages of Color #21424f

%58
%16
%0
%69

Triadic Colors of #21424f

#21424f #4f2142 #424f21

Analogous Colors of #21424f

#21424f #212b4f #214f45

Monochromatic Colors of #21424f

#21424f

Complementary Color

#21424f #4f2e21

#21424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21424f Color CSS Codes

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

#21424f Text Font Color

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

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


#21424f Background Color

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

This div background color is #21424f


#21424f Border Color

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

This div border color is #21424f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,66,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21424f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21424f;
  -webkit-box-shadow: 1px 1px 3px 2px #21424f;
  box-shadow:         1px 1px 3px 2px #21424f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21424f

#21424f Color Palettes


Comments

No comments written yet.

Please login to write comment.