Color Hex Logo

#054d45 Color Hex

#054D45
(5,77,69)
0 Favorites   0 Comments

Color spaces of #054d45

RGB 57769
HSL0.480.880.16
HSV173°94°30°
CMYK 0.940.000.10   0.70
XYZ3.79065.76976.5441
Yxy5.76970.23540.3583
Hunter Lab24.0202-13.86650.6611
CIE-Lab28.8238-22.3779-1.0593

#054d45 color RGB value is (5,77,69).

#054d45 hex color red value is 5, green value is 77 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #054d45 hue: 0.48 , saturation: 0.88 and the lightness value of 054d45 is 0.16.

The process color (four color CMYK) of #054d45 color hex is 0.94, 0.00, 0.10, 0.70. Web safe color of #054d45 is #006633. Color #054d45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001101 01000101
Octal 5 115 105
Decimal 5 77 69
Hex 5 4D 45

RGB Percentages of Color #054d45

%3.31
%50.99
%45.70

CMYK Percentages of Color #054d45

%94
%0
%10
%70

Triadic Colors of #054d45

#054d45 #45054d #4d4505

Analogous Colors of #054d45

#054d45 #05314d #054d21

Monochromatic Colors of #054d45

#054d45

Complementary Color

#054d45 #4d050d

#054d45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054d45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054d45 Color CSS Codes

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

#054d45 Text Font Color

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

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


#054d45 Background Color

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

This div background color is #054d45


#054d45 Border Color

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

This div border color is #054d45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,77,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054d45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054d45;
  -webkit-box-shadow: 1px 1px 3px 2px #054d45;
  box-shadow:         1px 1px 3px 2px #054d45; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054d45


Comments

No comments written yet.

Please login to write comment.