Color Hex Logo

#21a57b Color Hex

#21A57B
(33,165,123)
0 Favorites   0 Comments

Color spaces of #21a57b

RGB 33165123
HSL0.450.670.39
HSV161°80°65°
CMYK 0.800.000.25   0.35
XYZ17.657528.663723.3409
Yxy28.66370.25350.4115
Hunter Lab53.5385-34.821411.6286
CIE-Lab60.4837-44.372012.1716

#21a57b color RGB value is (33,165,123).

#21a57b hex color red value is 33, green value is 165 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #21a57b hue: 0.45 , saturation: 0.67 and the lightness value of 21a57b is 0.39.

The process color (four color CMYK) of #21a57b color hex is 0.80, 0.00, 0.25, 0.35. Web safe color of #21a57b is #339966. Color #21a57b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10100101 01111011
Octal 41 245 173
Decimal 33 165 123
Hex 21 A5 7B

RGB Percentages of Color #21a57b

%10.28
%51.40
%38.32

CMYK Percentages of Color #21a57b

%80
%0
%25
%35

Triadic Colors of #21a57b

#21a57b #7b21a5 #a57b21

Analogous Colors of #21a57b

#21a57b #218da5 #21a539

Monochromatic Colors of #21a57b

#21a57b

Complementary Color

#21a57b #a5214b

#21a57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21a57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21a57b Color CSS Codes

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

#21a57b Text Font Color

<p style="color:#21a57b">Text here</p>

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


#21a57b Background Color

<div style="background-color:#21a57b">
Div content here</div>

This div background color is #21a57b


#21a57b Border Color

<div style="border:3px solid #21a57b">
Div here</div>

This div border color is #21a57b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,165,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21a57b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21a57b;
  -webkit-box-shadow: 1px 1px 3px 2px #21a57b;
  box-shadow:         1px 1px 3px 2px #21a57b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21a57b

#21a57b Color Palettes


Comments

No comments written yet.

Please login to write comment.