Color Hex Logo

#048398 Color Hex

#048398
(4,131,152)
0 Favorites   0 Comments

Color spaces of #048398

RGB 4131152
HSL0.520.950.31
HSV189°97°60°
CMYK 0.970.140.00   0.40
XYZ13.833918.525432.5524
Yxy18.52540.21310.2854
Hunter Lab43.0411-17.9501-14.7128
CIE-Lab50.1273-22.0214-19.7202

#048398 color RGB value is (4,131,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000011 10011000
Octal 4 203 230
Decimal 4 131 152
Hex 4 83 98

RGB Percentages of Color #048398

%1.39
%45.64
%52.96

CMYK Percentages of Color #048398

%97
%14
%0
%40

Triadic Colors of #048398

#048398 #980483 #839804

Analogous Colors of #048398

#048398 #043998 #049863

Monochromatic Colors of #048398

#048398

Complementary Color

#048398 #981904

#048398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048398 Color CSS Codes

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

#048398 Text Font Color

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

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


#048398 Background Color

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

This div background color is #048398


#048398 Border Color

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

This div border color is #048398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048398


Comments

No comments written yet.

Please login to write comment.