Color Hex Logo

#04909e Color Hex

#04909E
(4,144,158)
0 Favorites   0 Comments

Color spaces of #04909e

RGB 4144158
HSL0.520.950.32
HSV185°97°62°
CMYK 0.970.090.00   0.38
XYZ16.194922.441035.8257
Yxy22.44100.21750.3014
Hunter Lab47.3719-21.8776-11.6786
CIE-Lab54.4918-26.6504-16.5352

#04909e color RGB value is (4,144,158).

#04909e hex color red value is 4, green value is 144 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #04909e hue: 0.52 , saturation: 0.95 and the lightness value of 04909e is 0.32.

The process color (four color CMYK) of #04909e color hex is 0.97, 0.09, 0.00, 0.38. Web safe color of #04909e is #009999. Color #04909e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010000 10011110
Octal 4 220 236
Decimal 4 144 158
Hex 4 90 9E

RGB Percentages of Color #04909e

%1.31
%47.06
%51.63

CMYK Percentages of Color #04909e

%97
%9
%0
%38

Triadic Colors of #04909e

#04909e #9e0490 #909e04

Analogous Colors of #04909e

#04909e #04439e #049e5f

Monochromatic Colors of #04909e

#04909e

Complementary Color

#04909e #9e1204

#04909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04909e Color CSS Codes

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

#04909e Text Font Color

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

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


#04909e Background Color

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

This div background color is #04909e


#04909e Border Color

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

This div border color is #04909e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,144,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 #04909e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04909e


Comments

No comments written yet.

Please login to write comment.