Color Hex Logo

#06b80d Color Hex

#06B80D
(6,184,13)
0 Favorites   0 Comments

Color spaces of #06b80d

RGB 618413
HSL0.340.940.37
HSV122°97°72°
CMYK 0.970.000.93   0.28
XYZ17.288234.34886.0996
Yxy34.34880.29940.5949
Hunter Lab58.6078-49.909634.8549
CIE-Lab65.2385-66.869963.5401

#06b80d color RGB value is (6,184,13).

#06b80d hex color red value is 6, green value is 184 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #06b80d hue: 0.34 , saturation: 0.94 and the lightness value of 06b80d is 0.37.

The process color (four color CMYK) of #06b80d color hex is 0.97, 0.00, 0.93, 0.28. Web safe color of #06b80d is #00cc00. Color #06b80d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111000 00001101
Octal 6 270 15
Decimal 6 184 13
Hex 6 B8 D

RGB Percentages of Color #06b80d

%2.96
%90.64
%6.40

CMYK Percentages of Color #06b80d

%97
%0
%93
%28

Triadic Colors of #06b80d

#06b80d #0d06b8 #b80d06

Analogous Colors of #06b80d

#06b80d #06b866 #58b806

Monochromatic Colors of #06b80d

#06b80d

Complementary Color

#06b80d #b806b1

#06b80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06b80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06b80d Color CSS Codes

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

#06b80d Text Font Color

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

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


#06b80d Background Color

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

This div background color is #06b80d


#06b80d Border Color

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

This div border color is #06b80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06b80d


Comments

No comments written yet.

Please login to write comment.