Color Hex Logo

#048e72 Color Hex

#048E72
(4,142,114)
0 Favorites   0 Comments

Color spaces of #048e72

RGB 4142114
HSL0.470.950.29
HSV168°97°56°
CMYK 0.970.000.20   0.44
XYZ12.760320.586719.2207
Yxy20.58670.24270.3916
Hunter Lab45.3726-29.20186.6444
CIE-Lab52.4942-39.21135.9002

#048e72 color RGB value is (4,142,114).

#048e72 hex color red value is 4, green value is 142 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #048e72 hue: 0.47 , saturation: 0.95 and the lightness value of 048e72 is 0.29.

The process color (four color CMYK) of #048e72 color hex is 0.97, 0.00, 0.20, 0.44. Web safe color of #048e72 is #009966. Color #048e72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001110 01110010
Octal 4 216 162
Decimal 4 142 114
Hex 4 8E 72

RGB Percentages of Color #048e72

%1.54
%54.62
%43.85

CMYK Percentages of Color #048e72

%97
%0
%20
%44

Triadic Colors of #048e72

#048e72 #72048e #8e7204

Analogous Colors of #048e72

#048e72 #04658e #048e2d

Monochromatic Colors of #048e72

#048e72

Complementary Color

#048e72 #8e0420

#048e72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048e72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048e72 Color CSS Codes

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

#048e72 Text Font Color

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

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


#048e72 Background Color

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

This div background color is #048e72


#048e72 Border Color

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

This div border color is #048e72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048e72


Comments

No comments written yet.

Please login to write comment.