Color Hex Logo

#048899 Color Hex

#048899
(4,136,153)
0 Favorites   0 Comments

Color spaces of #048899

RGB 4136153
HSL0.520.950.31
HSV187°97°60°
CMYK 0.970.110.00   0.40
XYZ14.604019.934033.2149
Yxy19.93400.21550.2942
Hunter Lab44.6475-19.7466-12.8547
CIE-Lab51.7625-24.2774-17.8019

#048899 color RGB value is (4,136,153).

#048899 hex color red value is 4, green value is 136 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #048899 hue: 0.52 , saturation: 0.95 and the lightness value of 048899 is 0.31.

The process color (four color CMYK) of #048899 color hex is 0.97, 0.11, 0.00, 0.40. Web safe color of #048899 is #009999. Color #048899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001000 10011001
Octal 4 210 231
Decimal 4 136 153
Hex 4 88 99

RGB Percentages of Color #048899

%1.37
%46.42
%52.22

CMYK Percentages of Color #048899

%97
%11
%0
%40

Triadic Colors of #048899

#048899 #990488 #889904

Analogous Colors of #048899

#048899 #043d99 #049960

Monochromatic Colors of #048899

#048899

Complementary Color

#048899 #991504

#048899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048899 Color CSS Codes

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

#048899 Text Font Color

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

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


#048899 Background Color

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

This div background color is #048899


#048899 Border Color

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

This div border color is #048899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048899


Comments

No comments written yet.

Please login to write comment.