Color Hex Logo

#039b6c Color Hex

#039B6C
(3,155,108)
0 Favorites   0 Comments

Color spaces of #039b6c

RGB 3155108
HSL0.450.960.31
HSV161°98°61°
CMYK 0.980.000.30   0.39
XYZ14.465724.544818.1626
Yxy24.54480.25300.4293
Hunter Lab49.5427-34.580512.9439
CIE-Lab56.6292-46.102515.1273

#039b6c color RGB value is (3,155,108).

#039b6c hex color red value is 3, green value is 155 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #039b6c hue: 0.45 , saturation: 0.96 and the lightness value of 039b6c is 0.31.

The process color (four color CMYK) of #039b6c color hex is 0.98, 0.00, 0.30, 0.39. Web safe color of #039b6c is #009966. Color #039b6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011011 01101100
Octal 3 233 154
Decimal 3 155 108
Hex 3 9B 6C

RGB Percentages of Color #039b6c

%1.13
%58.27
%40.60

CMYK Percentages of Color #039b6c

%98
%0
%30
%39

Triadic Colors of #039b6c

#039b6c #6c039b #9b6c03

Analogous Colors of #039b6c

#039b6c #037e9b #039b20

Monochromatic Colors of #039b6c

#039b6c

Complementary Color

#039b6c #9b0332

#039b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#039b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#039b6c Color CSS Codes

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

#039b6c Text Font Color

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

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


#039b6c Background Color

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

This div background color is #039b6c


#039b6c Border Color

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

This div border color is #039b6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,155,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #039b6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #039b6c;
  -webkit-box-shadow: 1px 1px 3px 2px #039b6c;
  box-shadow:         1px 1px 3px 2px #039b6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #039b6c


Comments

No comments written yet.

Please login to write comment.