Color Hex Logo

#002224 Color Hex

#002224
(0,34,36)
0 Favorites   0 Comments

Color spaces of #002224

RGB 03436
HSL0.511.000.07
HSV183°100°14°
CMYK 1.000.060.00   0.86
XYZ0.89051.27141.8675
Yxy1.27140.22100.3155
Hunter Lab11.2756-5.6352-1.9268
CIE-Lab11.0740-11.2914-4.8986

#002224 color RGB value is (0,34,36).

#002224 hex color red value is 0, green value is 34 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #002224 hue: 0.51 , saturation: 1.00 and the lightness value of 002224 is 0.07.

The process color (four color CMYK) of #002224 color hex is 1.00, 0.06, 0.00, 0.86. Web safe color of #002224 is #003333. Color #002224 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 00100100
Octal 0 42 44
Decimal 0 34 36
Hex 0 22 24

RGB Percentages of Color #002224

%0.00
%48.57
%51.43

CMYK Percentages of Color #002224

%100
%6
%0
%86

Triadic Colors of #002224

#002224 #240022 #222400

Analogous Colors of #002224

#002224 #001024 #002414

Monochromatic Colors of #002224

#002224

Complementary Color

#002224 #240200

#002224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002224 Color CSS Codes

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

#002224 Text Font Color

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

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


#002224 Background Color

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

This div background color is #002224


#002224 Border Color

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

This div border color is #002224


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,34,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002224; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002224;
  -webkit-box-shadow: 1px 1px 3px 2px #002224;
  box-shadow:         1px 1px 3px 2px #002224; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002224

#002224 Color Palettes


Comments

No comments written yet.

Please login to write comment.