Color Hex Logo

#039984 Color Hex

#039984
(3,153,132)
0 Favorites   0 Comments

Color spaces of #039984

RGB 3153132
HSL0.480.960.31
HSV172°98°60°
CMYK 0.980.000.14   0.40
XYZ15.593624.467825.7307
Yxy24.46780.23700.3719
Hunter Lab49.4649-30.29233.7839
CIE-Lab56.5532-39.00941.4417

#039984 color RGB value is (3,153,132).

#039984 hex color red value is 3, green value is 153 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #039984 hue: 0.48 , saturation: 0.96 and the lightness value of 039984 is 0.31.

The process color (four color CMYK) of #039984 color hex is 0.98, 0.00, 0.14, 0.40. Web safe color of #039984 is #009999. Color #039984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011001 10000100
Octal 3 231 204
Decimal 3 153 132
Hex 3 99 84

RGB Percentages of Color #039984

%1.04
%53.13
%45.83

CMYK Percentages of Color #039984

%98
%0
%14
%40

Triadic Colors of #039984

#039984 #840399 #998403

Analogous Colors of #039984

#039984 #036399 #039939

Monochromatic Colors of #039984

#039984

Complementary Color

#039984 #990318

#039984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#039984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#039984 Color CSS Codes

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

#039984 Text Font Color

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

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


#039984 Background Color

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

This div background color is #039984


#039984 Border Color

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

This div border color is #039984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #039984


Comments

No comments written yet.

Please login to write comment.