Color Hex Logo

#026521 Color Hex

#026521
(2,101,33)
0 Favorites   0 Comments

Color spaces of #026521

RGB 210133
HSL0.390.960.20
HSV139°98°40°
CMYK 0.980.000.67   0.60
XYZ4.95329.43012.9980
Yxy9.43010.28500.5425
Hunter Lab30.7085-24.948215.7076
CIE-Lab36.7995-40.823430.6406

#026521 color RGB value is (2,101,33).

#026521 hex color red value is 2, green value is 101 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #026521 hue: 0.39 , saturation: 0.96 and the lightness value of 026521 is 0.20.

The process color (four color CMYK) of #026521 color hex is 0.98, 0.00, 0.67, 0.60. Web safe color of #026521 is #006633. Color #026521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01100101 00100001
Octal 2 145 41
Decimal 2 101 33
Hex 2 65 21

RGB Percentages of Color #026521

%1.47
%74.26
%24.26

CMYK Percentages of Color #026521

%98
%0
%67
%60

Triadic Colors of #026521

#026521 #210265 #652102

Analogous Colors of #026521

#026521 #026553 #146502

Monochromatic Colors of #026521

#026521

Complementary Color

#026521 #650246

#026521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#026521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#026521 Color CSS Codes

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

#026521 Text Font Color

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

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


#026521 Background Color

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

This div background color is #026521


#026521 Border Color

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

This div border color is #026521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #026521


Comments

No comments written yet.

Please login to write comment.