Color Hex Logo

#21ab70 Color Hex

#21AB70
(33,171,112)
0 Favorites   0 Comments

Color spaces of #21ab70

RGB 33171112
HSL0.430.680.40
HSV154°81°67°
CMYK 0.810.000.35   0.33
XYZ18.114730.619020.2845
Yxy30.61900.26250.4436
Hunter Lab55.3344-38.400216.9996
CIE-Lab62.1847-49.262520.5752

#21ab70 color RGB value is (33,171,112).

#21ab70 hex color red value is 33, green value is 171 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #21ab70 hue: 0.43 , saturation: 0.68 and the lightness value of 21ab70 is 0.40.

The process color (four color CMYK) of #21ab70 color hex is 0.81, 0.00, 0.35, 0.33. Web safe color of #21ab70 is #339966. Color #21ab70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101011 01110000
Octal 41 253 160
Decimal 33 171 112
Hex 21 AB 70

RGB Percentages of Color #21ab70

%10.44
%54.11
%35.44

CMYK Percentages of Color #21ab70

%81
%0
%35
%33

Triadic Colors of #21ab70

#21ab70 #7021ab #ab7021

Analogous Colors of #21ab70

#21ab70 #21a1ab #21ab2b

Monochromatic Colors of #21ab70

#21ab70

Complementary Color

#21ab70 #ab215c

#21ab70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ab70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ab70 Color CSS Codes

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

#21ab70 Text Font Color

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

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


#21ab70 Background Color

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

This div background color is #21ab70


#21ab70 Border Color

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

This div border color is #21ab70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ab70


Comments

No comments written yet.

Please login to write comment.