Color Hex Logo

#21333c Color Hex

#21333C
(33,51,60)
0 Favorites   0 Comments

Color spaces of #21333c

RGB 335160
HSL0.560.290.18
HSV200°45°24°
CMYK 0.450.150.00   0.76
XYZ2.62663.01724.7189
Yxy3.01720.25350.2912
Hunter Lab17.3701-3.4060-3.9481
CIE-Lab20.1126-4.4916-7.9885

#21333c color RGB value is (33,51,60).

#21333c hex color red value is 33, green value is 51 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #21333c hue: 0.56 , saturation: 0.29 and the lightness value of 21333c is 0.18.

The process color (four color CMYK) of #21333c color hex is 0.45, 0.15, 0.00, 0.76. Web safe color of #21333c is #333333. Color #21333c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110011 00111100
Octal 41 63 74
Decimal 33 51 60
Hex 21 33 3C

RGB Percentages of Color #21333c

%22.92
%35.42
%41.67

CMYK Percentages of Color #21333c

%45
%15
%0
%76

Triadic Colors of #21333c

#21333c #3c2133 #333c21

Analogous Colors of #21333c

#21333c #21263c #213c38

Monochromatic Colors of #21333c

#21333c

Complementary Color

#21333c #3c2a21

#21333c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21333c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21333c Color CSS Codes

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

#21333c Text Font Color

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

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


#21333c Background Color

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

This div background color is #21333c


#21333c Border Color

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

This div border color is #21333c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,51,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21333c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21333c;
  -webkit-box-shadow: 1px 1px 3px 2px #21333c;
  box-shadow:         1px 1px 3px 2px #21333c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21333c


Comments

No comments written yet.

Please login to write comment.