Color Hex Logo

#21c472 Color Hex

#21C472
(33,196,114)
0 Favorites   0 Comments

Color spaces of #21c472

RGB 33196114
HSL0.420.710.45
HSV150°83°77°
CMYK 0.830.000.42   0.23
XYZ23.404441.018122.6033
Yxy41.01810.26890.4713
Hunter Lab64.0454-46.849323.9068
CIE-Lab70.1886-58.109330.1786

#21c472 color RGB value is (33,196,114).

#21c472 hex color red value is 33, green value is 196 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #21c472 hue: 0.42 , saturation: 0.71 and the lightness value of 21c472 is 0.45.

The process color (four color CMYK) of #21c472 color hex is 0.83, 0.00, 0.42, 0.23. Web safe color of #21c472 is #33cc66. Color #21c472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11000100 01110010
Octal 41 304 162
Decimal 33 196 114
Hex 21 C4 72

RGB Percentages of Color #21c472

%9.62
%57.14
%33.24

CMYK Percentages of Color #21c472

%83
%0
%42
%23

Triadic Colors of #21c472

#21c472 #7221c4 #c47221

Analogous Colors of #21c472

#21c472 #21c4c4 #22c421

Monochromatic Colors of #21c472

#21c472

Complementary Color

#21c472 #c42173

#21c472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21c472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21c472 Color CSS Codes

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

#21c472 Text Font Color

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

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


#21c472 Background Color

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

This div background color is #21c472


#21c472 Border Color

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

This div border color is #21c472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21c472


Comments

No comments written yet.

Please login to write comment.