Color Hex Logo

#047254 Color Hex

#047254
(4,114,84)
0 Favorites   0 Comments

Color spaces of #047254

RGB 411484
HSL0.450.930.23
HSV164°96°45°
CMYK 0.960.000.26   0.55
XYZ7.667612.700510.4348
Yxy12.70050.24890.4123
Hunter Lab35.6378-23.96117.5862
CIE-Lab42.3085-35.28499.0072

#047254 color RGB value is (4,114,84).

#047254 hex color red value is 4, green value is 114 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #047254 hue: 0.45 , saturation: 0.93 and the lightness value of 047254 is 0.23.

The process color (four color CMYK) of #047254 color hex is 0.96, 0.00, 0.26, 0.55. Web safe color of #047254 is #006666. Color #047254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110010 01010100
Octal 4 162 124
Decimal 4 114 84
Hex 4 72 54

RGB Percentages of Color #047254

%1.98
%56.44
%41.58

CMYK Percentages of Color #047254

%96
%0
%26
%55

Triadic Colors of #047254

#047254 #540472 #725404

Analogous Colors of #047254

#047254 #045972 #04721d

Monochromatic Colors of #047254

#047254

Complementary Color

#047254 #720422

#047254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047254 Color CSS Codes

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

#047254 Text Font Color

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

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


#047254 Background Color

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

This div background color is #047254


#047254 Border Color

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

This div border color is #047254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047254


Comments

No comments written yet.

Please login to write comment.