Color Hex Logo

#026451 Color Hex

#026451
(2,100,81)
0 Favorites   0 Comments

Color spaces of #026451

RGB 210081
HSL0.470.960.20
HSV168°98°39°
CMYK 0.980.000.19   0.61
XYZ6.06749.72139.3412
Yxy9.72130.24140.3868
Hunter Lab31.1790-19.82734.0621
CIE-Lab37.3375-30.07433.7526

#026451 color RGB value is (2,100,81).

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

The process color (four color CMYK) of #026451 color hex is 0.98, 0.00, 0.19, 0.61. Web safe color of #026451 is #006666. Color #026451 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01100100 01010001
Octal 2 144 121
Decimal 2 100 81
Hex 2 64 51

RGB Percentages of Color #026451

%1.09
%54.64
%44.26

CMYK Percentages of Color #026451

%98
%0
%19
%61

Triadic Colors of #026451

#026451 #510264 #645102

Analogous Colors of #026451

#026451 #024664 #026420

Monochromatic Colors of #026451

#026451

Complementary Color

#026451 #640215

#026451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#026451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#026451 Color CSS Codes

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

#026451 Text Font Color

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

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


#026451 Background Color

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

This div background color is #026451


#026451 Border Color

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

This div border color is #026451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #026451


Comments

No comments written yet.

Please login to write comment.