Color Hex Logo

#048b55 Color Hex

#048B55
(4,139,85)
0 Favorites   0 Comments

Color spaces of #048b55

RGB 413985
HSL0.430.940.28
HSV156°97°55°
CMYK 0.970.000.39   0.45
XYZ10.922419.146911.7144
Yxy19.14690.26140.4582
Hunter Lab43.7572-32.019014.7573
CIE-Lab50.8586-45.095920.1510

#048b55 color RGB value is (4,139,85).

#048b55 hex color red value is 4, green value is 139 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #048b55 hue: 0.43 , saturation: 0.94 and the lightness value of 048b55 is 0.28.

The process color (four color CMYK) of #048b55 color hex is 0.97, 0.00, 0.39, 0.45. Web safe color of #048b55 is #009966. Color #048b55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001011 01010101
Octal 4 213 125
Decimal 4 139 85
Hex 4 8B 55

RGB Percentages of Color #048b55

%1.75
%60.96
%37.28

CMYK Percentages of Color #048b55

%97
%0
%39
%45

Triadic Colors of #048b55

#048b55 #55048b #8b5504

Analogous Colors of #048b55

#048b55 #047e8b #048b12

Monochromatic Colors of #048b55

#048b55

Complementary Color

#048b55 #8b043a

#048b55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048b55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048b55 Color CSS Codes

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

#048b55 Text Font Color

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

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


#048b55 Background Color

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

This div background color is #048b55


#048b55 Border Color

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

This div border color is #048b55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,139,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #048b55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #048b55;
  -webkit-box-shadow: 1px 1px 3px 2px #048b55;
  box-shadow:         1px 1px 3px 2px #048b55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048b55


Comments

No comments written yet.

Please login to write comment.