Color Hex Logo

#048e68 Color Hex

#048E68
(4,142,104)
0 Favorites   0 Comments

Color spaces of #048e68

RGB 4142104
HSL0.450.950.29
HSV163°97°56°
CMYK 0.970.000.27   0.44
XYZ12.221820.371316.3846
Yxy20.37130.24950.4159
Hunter Lab45.1346-30.650310.0710
CIE-Lab52.2544-41.831411.3012

#048e68 color RGB value is (4,142,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001110 01101000
Octal 4 216 150
Decimal 4 142 104
Hex 4 8E 68

RGB Percentages of Color #048e68

%1.60
%56.80
%41.60

CMYK Percentages of Color #048e68

%97
%0
%27
%44

Triadic Colors of #048e68

#048e68 #68048e #8e6804

Analogous Colors of #048e68

#048e68 #046f8e #048e23

Monochromatic Colors of #048e68

#048e68

Complementary Color

#048e68 #8e042a

#048e68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048e68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048e68 Color CSS Codes

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

#048e68 Text Font Color

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

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


#048e68 Background Color

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

This div background color is #048e68


#048e68 Border Color

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

This div border color is #048e68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048e68


Comments

No comments written yet.

Please login to write comment.