Color Hex Logo

#469860 Color Hex

#469860
(70,152,96)
0 Favorites   0 Comments

Color spaces of #469860

RGB 7015296
HSL0.390.370.44
HSV139°54°60°
CMYK 0.540.000.37   0.40
XYZ15.865324.603114.9790
Yxy24.60310.28610.4437
Hunter Lab49.6015-29.708516.8163
CIE-Lab56.6866-38.004222.0763

#469860 color RGB value is (70,152,96).

#469860 hex color red value is 70, green value is 152 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #469860 hue: 0.39 , saturation: 0.37 and the lightness value of 469860 is 0.44.

The process color (four color CMYK) of #469860 color hex is 0.54, 0.00, 0.37, 0.40. Web safe color of #469860 is #339966. Color #469860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011000 01100000
Octal 106 230 140
Decimal 70 152 96
Hex 46 98 60

RGB Percentages of Color #469860

%22.01
%47.80
%30.19

CMYK Percentages of Color #469860

%54
%0
%37
%40

Triadic Colors of #469860

#469860 #604698 #986046

Analogous Colors of #469860

#469860 #469889 #559846

Monochromatic Colors of #469860

#469860

Complementary Color

#469860 #98467e

#469860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469860 Color CSS Codes

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

#469860 Text Font Color

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

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


#469860 Background Color

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

This div background color is #469860


#469860 Border Color

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

This div border color is #469860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,152,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469860;
  -webkit-box-shadow: 1px 1px 3px 2px #469860;
  box-shadow:         1px 1px 3px 2px #469860; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469860


Comments

No comments written yet.

Please login to write comment.