Color Hex Logo

#005244 Color Hex

#005244
(0,82,68)
0 Favorites   0 Comments

Color spaces of #005244

RGB 08268
HSL0.471.000.16
HSV170°100°32°
CMYK 1.000.000.17   0.68
XYZ4.06076.45196.5002
Yxy6.45190.23870.3792
Hunter Lab25.4006-15.91492.6077
CIE-Lab30.5251-25.74612.0495

#005244 color RGB value is (0,82,68).

#005244 hex color red value is 0, green value is 82 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #005244 hue: 0.47 , saturation: 1.00 and the lightness value of 005244 is 0.16.

The process color (four color CMYK) of #005244 color hex is 1.00, 0.00, 0.17, 0.68. Web safe color of #005244 is #006633. Color #005244 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010010 01000100
Octal 0 122 104
Decimal 0 82 68
Hex 0 52 44

RGB Percentages of Color #005244

%0.00
%54.67
%45.33

CMYK Percentages of Color #005244

%100
%0
%17
%68

Triadic Colors of #005244

#005244 #440052 #524400

Analogous Colors of #005244

#005244 #003752 #00521b

Monochromatic Colors of #005244

#005244

Complementary Color

#005244 #52000e

#005244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005244 Color CSS Codes

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

#005244 Text Font Color

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

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


#005244 Background Color

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

This div background color is #005244


#005244 Border Color

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

This div border color is #005244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005244


Comments

No comments written yet.

Please login to write comment.