Color Hex Logo

#048b69 Color Hex

#048B69
(4,139,105)
0 Favorites   0 Comments

Color spaces of #048b69

RGB 4139105
HSL0.460.940.28
HSV165°97°55°
CMYK 0.970.000.24   0.45
XYZ11.832519.511016.5070
Yxy19.51100.24730.4077
Hunter Lab44.1713-29.48358.7629
CIE-Lab51.2798-40.33889.3565

#048b69 color RGB value is (4,139,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001011 01101001
Octal 4 213 151
Decimal 4 139 105
Hex 4 8B 69

RGB Percentages of Color #048b69

%1.61
%56.05
%42.34

CMYK Percentages of Color #048b69

%97
%0
%24
%45

Triadic Colors of #048b69

#048b69 #69048b #8b6904

Analogous Colors of #048b69

#048b69 #046a8b #048b26

Monochromatic Colors of #048b69

#048b69

Complementary Color

#048b69 #8b0426

#048b69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048b69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048b69 Color CSS Codes

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

#048b69 Text Font Color

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

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


#048b69 Background Color

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

This div background color is #048b69


#048b69 Border Color

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

This div border color is #048b69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048b69


Comments

No comments written yet.

Please login to write comment.