Color Hex Logo

#21877f Color Hex

#21877F
(33,135,127)
0 Favorites   0 Comments

Color spaces of #21877f

RGB 33135127
HSL0.490.610.33
HSV175°76°53°
CMYK 0.760.000.06   0.47
XYZ13.121919.183623.0899
Yxy19.18360.23690.3463
Hunter Lab43.7991-23.1711-0.5970
CIE-Lab50.9013-29.9498-3.9191

#21877f color RGB value is (33,135,127).

#21877f hex color red value is 33, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #21877f hue: 0.49 , saturation: 0.61 and the lightness value of 21877f is 0.33.

The process color (four color CMYK) of #21877f color hex is 0.76, 0.00, 0.06, 0.47. Web safe color of #21877f is #339966. Color #21877f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000111 01111111
Octal 41 207 177
Decimal 33 135 127
Hex 21 87 7F

RGB Percentages of Color #21877f

%11.19
%45.76
%43.05

CMYK Percentages of Color #21877f

%76
%0
%6
%47

Triadic Colors of #21877f

#21877f #7f2187 #877f21

Analogous Colors of #21877f

#21877f #215c87 #21874c

Monochromatic Colors of #21877f

#21877f

Complementary Color

#21877f #872129

#21877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21877f Color CSS Codes

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

#21877f Text Font Color

<p style="color:#21877f">Text here</p>

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


#21877f Background Color

<div style="background-color:#21877f">
Div content here</div>

This div background color is #21877f


#21877f Border Color

<div style="border:3px solid #21877f">
Div here</div>

This div border color is #21877f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,135,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21877f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21877f;
  -webkit-box-shadow: 1px 1px 3px 2px #21877f;
  box-shadow:         1px 1px 3px 2px #21877f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21877f


Comments

No comments written yet.

Please login to write comment.