Color Hex Logo

#04984b Color Hex

#04984B
(4,152,75)
0 Favorites   0 Comments

Color spaces of #04984b

RGB 415275
HSL0.410.950.31
HSV149°97°60°
CMYK 0.970.000.51   0.40
XYZ12.548322.990310.4328
Yxy22.99030.27300.5001
Hunter Lab47.9482-37.195020.6631
CIE-Lab55.0623-51.706931.0025

#04984b color RGB value is (4,152,75).

#04984b hex color red value is 4, green value is 152 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #04984b hue: 0.41 , saturation: 0.95 and the lightness value of 04984b is 0.31.

The process color (four color CMYK) of #04984b color hex is 0.97, 0.00, 0.51, 0.40. Web safe color of #04984b is #009933. Color #04984b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011000 01001011
Octal 4 230 113
Decimal 4 152 75
Hex 4 98 4B

RGB Percentages of Color #04984b

%1.73
%65.80
%32.47

CMYK Percentages of Color #04984b

%97
%0
%51
%40

Triadic Colors of #04984b

#04984b #4b0498 #984b04

Analogous Colors of #04984b

#04984b #049895 #079804

Monochromatic Colors of #04984b

#04984b

Complementary Color

#04984b #980451

#04984b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04984b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04984b Color CSS Codes

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

#04984b Text Font Color

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

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


#04984b Background Color

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

This div background color is #04984b


#04984b Border Color

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

This div border color is #04984b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,152,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04984b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04984b;
  -webkit-box-shadow: 1px 1px 3px 2px #04984b;
  box-shadow:         1px 1px 3px 2px #04984b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04984b


Comments

No comments written yet.

Please login to write comment.