Color Hex Logo

#21836c Color Hex

#21836C
(33,131,108)
0 Favorites   0 Comments

Color spaces of #21836c

RGB 33131108
HSL0.460.600.32
HSV166°75°51°
CMYK 0.750.000.18   0.49
XYZ11.450317.638616.9885
Yxy17.63860.24850.3828
Hunter Lab41.9983-24.83145.4158
CIE-Lab49.0548-33.46604.4934

#21836c color RGB value is (33,131,108).

#21836c hex color red value is 33, green value is 131 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #21836c hue: 0.46 , saturation: 0.60 and the lightness value of 21836c is 0.32.

The process color (four color CMYK) of #21836c color hex is 0.75, 0.00, 0.18, 0.49. Web safe color of #21836c is #339966. Color #21836c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000011 01101100
Octal 41 203 154
Decimal 33 131 108
Hex 21 83 6C

RGB Percentages of Color #21836c

%12.13
%48.16
%39.71

CMYK Percentages of Color #21836c

%75
%0
%18
%49

Triadic Colors of #21836c

#21836c #6c2183 #836c21

Analogous Colors of #21836c

#21836c #216983 #21833b

Monochromatic Colors of #21836c

#21836c

Complementary Color

#21836c #832138

#21836c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21836c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21836c Color CSS Codes

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

#21836c Text Font Color

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

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


#21836c Background Color

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

This div background color is #21836c


#21836c Border Color

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

This div border color is #21836c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21836c


Comments

No comments written yet.

Please login to write comment.