Color Hex Logo

#04985b Color Hex

#04985B
(4,152,91)
0 Favorites   0 Comments

Color spaces of #04985b

RGB 415291
HSL0.430.950.31
HSV155°97°60°
CMYK 0.970.000.40   0.40
XYZ13.166623.237613.6889
Yxy23.23760.26280.4639
Hunter Lab48.2054-35.604816.9072
CIE-Lab55.3162-48.686522.7671

#04985b color RGB value is (4,152,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011000 01011011
Octal 4 230 133
Decimal 4 152 91
Hex 4 98 5B

RGB Percentages of Color #04985b

%1.62
%61.54
%36.84

CMYK Percentages of Color #04985b

%97
%0
%40
%40

Triadic Colors of #04985b

#04985b #5b0498 #985b04

Analogous Colors of #04985b

#04985b #048b98 #049811

Monochromatic Colors of #04985b

#04985b

Complementary Color

#04985b #980441

#04985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04985b Color CSS Codes

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

#04985b Text Font Color

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

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


#04985b Background Color

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

This div background color is #04985b


#04985b Border Color

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

This div border color is #04985b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04985b


Comments

No comments written yet.

Please login to write comment.