Color Hex Logo

#70c469 Color Hex

#70C469
(112,196,105)
0 Favorites   0 Comments

Color spaces of #70c469

RGB 112196105
HSL0.320.440.59
HSV115°46°77°
CMYK 0.430.000.46   0.23
XYZ28.971843.944520.3198
Yxy43.94450.31070.4713
Hunter Lab66.2906-37.996628.2295
CIE-Lab72.1914-43.637437.7620

#70c469 color RGB value is (112,196,105).

#70c469 hex color red value is 112, green value is 196 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #70c469 hue: 0.32 , saturation: 0.44 and the lightness value of 70c469 is 0.59.

The process color (four color CMYK) of #70c469 color hex is 0.43, 0.00, 0.46, 0.23. Web safe color of #70c469 is #66cc66. Color #70c469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11000100 01101001
Octal 160 304 151
Decimal 112 196 105
Hex 70 C4 69

RGB Percentages of Color #70c469

%27.12
%47.46
%25.42

CMYK Percentages of Color #70c469

%43
%0
%46
%23

Triadic Colors of #70c469

#70c469 #6970c4 #c46970

Analogous Colors of #70c469

#70c469 #69c490 #9ec469

Monochromatic Colors of #70c469

#70c469

Complementary Color

#70c469 #bd69c4

#70c469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70c469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70c469 Color CSS Codes

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

#70c469 Text Font Color

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

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


#70c469 Background Color

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

This div background color is #70c469


#70c469 Border Color

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

This div border color is #70c469


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,196,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70c469; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70c469;
  -webkit-box-shadow: 1px 1px 3px 2px #70c469;
  box-shadow:         1px 1px 3px 2px #70c469; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70c469


Comments

No comments written yet.

Please login to write comment.