Color Hex Logo

#048866 Color Hex

#048866
(4,136,102)
0 Favorites   0 Comments

Color spaces of #048866

RGB 4136102
HSL0.460.940.27
HSV165°97°53°
CMYK 0.970.000.25   0.47
XYZ11.252518.593415.5662
Yxy18.59340.24780.4094
Hunter Lab43.1201-28.87928.7806
CIE-Lab50.2081-39.86719.5745

#048866 color RGB value is (4,136,102).

#048866 hex color red value is 4, green value is 136 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #048866 hue: 0.46 , saturation: 0.94 and the lightness value of 048866 is 0.27.

The process color (four color CMYK) of #048866 color hex is 0.97, 0.00, 0.25, 0.47. Web safe color of #048866 is #009966. Color #048866 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001000 01100110
Octal 4 210 146
Decimal 4 136 102
Hex 4 88 66

RGB Percentages of Color #048866

%1.65
%56.20
%42.15

CMYK Percentages of Color #048866

%97
%0
%25
%47

Triadic Colors of #048866

#048866 #660488 #886604

Analogous Colors of #048866

#048866 #046888 #048824

Monochromatic Colors of #048866

#048866

Complementary Color

#048866 #880426

#048866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048866 Color CSS Codes

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

#048866 Text Font Color

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

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


#048866 Background Color

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

This div background color is #048866


#048866 Border Color

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

This div border color is #048866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048866


Comments

No comments written yet.

Please login to write comment.