Color Hex Logo

#21584c Color Hex

#21584C
(33,88,76)
0 Favorites   0 Comments

Color spaces of #21584c

RGB 338876
HSL0.460.450.24
HSV167°63°35°
CMYK 0.630.000.14   0.65
XYZ5.42147.82468.0620
Yxy7.82460.25440.3672
Hunter Lab27.9725-14.35642.4927
CIE-Lab33.6149-21.38821.5600

#21584c color RGB value is (33,88,76).

#21584c hex color red value is 33, green value is 88 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #21584c hue: 0.46 , saturation: 0.45 and the lightness value of 21584c is 0.24.

The process color (four color CMYK) of #21584c color hex is 0.63, 0.00, 0.14, 0.65. Web safe color of #21584c is #336633. Color #21584c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011000 01001100
Octal 41 130 114
Decimal 33 88 76
Hex 21 58 4C

RGB Percentages of Color #21584c

%16.75
%44.67
%38.58

CMYK Percentages of Color #21584c

%63
%0
%14
%65

Triadic Colors of #21584c

#21584c #4c2158 #584c21

Analogous Colors of #21584c

#21584c #214958 #215831

Monochromatic Colors of #21584c

#21584c

Complementary Color

#21584c #58212d

#21584c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21584c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21584c Color CSS Codes

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

#21584c Text Font Color

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

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


#21584c Background Color

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

This div background color is #21584c


#21584c Border Color

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

This div border color is #21584c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21584c


Comments

No comments written yet.

Please login to write comment.