Color Hex Logo

#024034 Color Hex

#024034
(2,64,52)
0 Favorites   0 Comments

Color spaces of #024034

RGB 26452
HSL0.470.940.13
HSV168°97°25°
CMYK 0.970.000.19   0.75
XYZ2.47833.92763.8763
Yxy3.92760.24100.3820
Hunter Lab19.8182-12.36002.2760
CIE-Lab23.4306-21.69352.1904

#024034 color RGB value is (2,64,52).

#024034 hex color red value is 2, green value is 64 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #024034 hue: 0.47 , saturation: 0.94 and the lightness value of 024034 is 0.13.

The process color (four color CMYK) of #024034 color hex is 0.97, 0.00, 0.19, 0.75. Web safe color of #024034 is #003333. Color #024034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000000 00110100
Octal 2 100 64
Decimal 2 64 52
Hex 2 40 34

RGB Percentages of Color #024034

%1.69
%54.24
%44.07

CMYK Percentages of Color #024034

%97
%0
%19
%75

Triadic Colors of #024034

#024034 #340240 #403402

Analogous Colors of #024034

#024034 #022d40 #024015

Monochromatic Colors of #024034

#024034

Complementary Color

#024034 #40020e

#024034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024034 Color CSS Codes

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

#024034 Text Font Color

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

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


#024034 Background Color

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

This div background color is #024034


#024034 Border Color

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

This div border color is #024034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024034


Comments

No comments written yet.

Please login to write comment.