Color Hex Logo

#468710 Color Hex

#468710
(70,135,16)
0 Favorites   0 Comments

Color spaces of #468710

RGB 7013516
HSL0.260.790.30
HSV93°88°53°
CMYK 0.480.000.88   0.47
XYZ11.283318.66743.4987
Yxy18.66740.33730.5581
Hunter Lab43.2058-28.994425.4429
CIE-Lab50.2958-40.021450.7194

#468710 color RGB value is (70,135,16).

#468710 hex color red value is 70, green value is 135 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #468710 hue: 0.26 , saturation: 0.79 and the lightness value of 468710 is 0.30.

The process color (four color CMYK) of #468710 color hex is 0.48, 0.00, 0.88, 0.47. Web safe color of #468710 is #339900. Color #468710 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 00010000
Octal 106 207 20
Decimal 70 135 16
Hex 46 87 10

RGB Percentages of Color #468710

%31.67
%61.09
%7.24

CMYK Percentages of Color #468710

%48
%0
%88
%47

Triadic Colors of #468710

#468710 #104687 #871046

Analogous Colors of #468710

#468710 #108716 #828710

Monochromatic Colors of #468710

#468710

Complementary Color

#468710 #511087

#468710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468710 Color CSS Codes

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

#468710 Text Font Color

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

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


#468710 Background Color

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

This div background color is #468710


#468710 Border Color

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

This div border color is #468710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468710


Comments

No comments written yet.

Please login to write comment.