Color Hex Logo

#21464f Color Hex

#21464F
(33,70,79)
0 Favorites   0 Comments

Color spaces of #21464f

RGB 337079
HSL0.530.410.22
HSV192°58°31°
CMYK 0.580.110.00   0.69
XYZ4.22865.26828.1911
Yxy5.26820.23910.2978
Hunter Lab22.9526-7.2815-5.0921
CIE-Lab27.4856-10.2682-9.4537

#21464f color RGB value is (33,70,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000110 01001111
Octal 41 106 117
Decimal 33 70 79
Hex 21 46 4F

RGB Percentages of Color #21464f

%18.13
%38.46
%43.41

CMYK Percentages of Color #21464f

%58
%11
%0
%69

Triadic Colors of #21464f

#21464f #4f2146 #464f21

Analogous Colors of #21464f

#21464f #212f4f #214f41

Monochromatic Colors of #21464f

#21464f

Complementary Color

#21464f #4f2a21

#21464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21464f Color CSS Codes

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

#21464f Text Font Color

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

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


#21464f Background Color

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

This div background color is #21464f


#21464f Border Color

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

This div border color is #21464f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,70,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 #21464f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21464f


Comments

No comments written yet.

Please login to write comment.