Color Hex Logo

#025449 Color Hex

#025449
(2,84,73)
0 Favorites   0 Comments

Color spaces of #025449

RGB 28473
HSL0.480.950.17
HSV172°98°33°
CMYK 0.980.000.13   0.67
XYZ4.39806.83467.3907
Yxy6.83460.23620.3670
Hunter Lab26.1431-15.72161.5387
CIE-Lab31.4274-24.92370.1873

#025449 color RGB value is (2,84,73).

#025449 hex color red value is 2, green value is 84 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #025449 hue: 0.48 , saturation: 0.95 and the lightness value of 025449 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010100 01001001
Octal 2 124 111
Decimal 2 84 73
Hex 2 54 49

RGB Percentages of Color #025449

%1.26
%52.83
%45.91

CMYK Percentages of Color #025449

%98
%0
%13
%67

Triadic Colors of #025449

#025449 #490254 #544902

Analogous Colors of #025449

#025449 #023654 #025420

Monochromatic Colors of #025449

#025449

Complementary Color

#025449 #54020d

#025449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025449 Color CSS Codes

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

#025449 Text Font Color

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

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


#025449 Background Color

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

This div background color is #025449


#025449 Border Color

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

This div border color is #025449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025449


Comments

No comments written yet.

Please login to write comment.