Color Hex Logo

#03999e Color Hex

#03999E
(3,153,158)
0 Favorites   0 Comments

Color spaces of #03999e

RGB 3153158
HSL0.510.960.32
HSV182°98°62°
CMYK 0.980.030.00   0.38
XYZ17.600325.270436.2978
Yxy25.27040.22230.3192
Hunter Lab50.2697-25.4759-7.6223
CIE-Lab57.3379-31.1212-12.2319

#03999e color RGB value is (3,153,158).

#03999e hex color red value is 3, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #03999e hue: 0.51 , saturation: 0.96 and the lightness value of 03999e is 0.32.

The process color (four color CMYK) of #03999e color hex is 0.98, 0.03, 0.00, 0.38. Web safe color of #03999e is #009999. Color #03999e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011001 10011110
Octal 3 231 236
Decimal 3 153 158
Hex 3 99 9E

RGB Percentages of Color #03999e

%0.96
%48.73
%50.32

CMYK Percentages of Color #03999e

%98
%3
%0
%38

Triadic Colors of #03999e

#03999e #9e0399 #999e03

Analogous Colors of #03999e

#03999e #034c9e #039e55

Monochromatic Colors of #03999e

#03999e

Complementary Color

#03999e #9e0803

#03999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03999e Color CSS Codes

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

#03999e Text Font Color

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

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


#03999e Background Color

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

This div background color is #03999e


#03999e Border Color

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

This div border color is #03999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03999e


Comments

No comments written yet.

Please login to write comment.