Color Hex Logo

#048665 Color Hex

#048665
(4,134,101)
0 Favorites   0 Comments

Color spaces of #048665

RGB 4134101
HSL0.460.940.27
HSV165°97°53°
CMYK 0.970.000.25   0.47
XYZ10.924118.015615.2135
Yxy18.01560.24740.4080
Hunter Lab42.4448-28.33758.4600
CIE-Lab49.5150-39.29199.1755

#048665 color RGB value is (4,134,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000110 01100101
Octal 4 206 145
Decimal 4 134 101
Hex 4 86 65

RGB Percentages of Color #048665

%1.67
%56.07
%42.26

CMYK Percentages of Color #048665

%97
%0
%25
%47

Triadic Colors of #048665

#048665 #650486 #866504

Analogous Colors of #048665

#048665 #046686 #048624

Monochromatic Colors of #048665

#048665

Complementary Color

#048665 #860425

#048665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048665 Color CSS Codes

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

#048665 Text Font Color

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

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


#048665 Background Color

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

This div background color is #048665


#048665 Border Color

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

This div border color is #048665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048665


Comments

No comments written yet.

Please login to write comment.