Color Hex Logo

#06d470 Color Hex

#06D470
(6,212,112)
0 Favorites   0 Comments

Color spaces of #06d470

RGB 6212112
HSL0.420.940.43
HSV151°97°83°
CMYK 0.970.000.47   0.17
XYZ26.543248.295523.2522
Yxy48.29550.27060.4924
Hunter Lab69.4950-53.439128.8087
CIE-Lab75.0109-65.468737.3704

#06d470 color RGB value is (6,212,112).

#06d470 hex color red value is 6, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #06d470 hue: 0.42 , saturation: 0.94 and the lightness value of 06d470 is 0.43.

The process color (four color CMYK) of #06d470 color hex is 0.97, 0.00, 0.47, 0.17. Web safe color of #06d470 is #00cc66. Color #06d470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11010100 01110000
Octal 6 324 160
Decimal 6 212 112
Hex 6 D4 70

RGB Percentages of Color #06d470

%1.82
%64.24
%33.94

CMYK Percentages of Color #06d470

%97
%0
%47
%17

Triadic Colors of #06d470

#06d470 #7006d4 #d47006

Analogous Colors of #06d470

#06d470 #06d1d4 #06d409

Monochromatic Colors of #06d470

#06d470

Complementary Color

#06d470 #d4066a

#06d470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06d470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06d470 Color CSS Codes

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

#06d470 Text Font Color

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

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


#06d470 Background Color

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

This div background color is #06d470


#06d470 Border Color

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

This div border color is #06d470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,212,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06d470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06d470;
  -webkit-box-shadow: 1px 1px 3px 2px #06d470;
  box-shadow:         1px 1px 3px 2px #06d470; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06d470


Comments

No comments written yet.

Please login to write comment.