Color Hex Logo

#06824e Color Hex

#06824E
(6,130,78)
0 Favorites   0 Comments

Color spaces of #06824e

RGB 613078
HSL0.430.910.27
HSV155°95°51°
CMYK 0.950.000.40   0.49
XYZ9.432916.55409.9058
Yxy16.55400.26280.4612
Hunter Lab40.6866-29.817614.0455
CIE-Lab47.6931-43.045619.8646

#06824e color RGB value is (6,130,78).

#06824e hex color red value is 6, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #06824e hue: 0.43 , saturation: 0.91 and the lightness value of 06824e is 0.27.

The process color (four color CMYK) of #06824e color hex is 0.95, 0.00, 0.40, 0.49. Web safe color of #06824e is #009966. Color #06824e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000010 01001110
Octal 6 202 116
Decimal 6 130 78
Hex 6 82 4E

RGB Percentages of Color #06824e

%2.80
%60.75
%36.45

CMYK Percentages of Color #06824e

%95
%0
%40
%49

Triadic Colors of #06824e

#06824e #4e0682 #824e06

Analogous Colors of #06824e

#06824e #067882 #068210

Monochromatic Colors of #06824e

#06824e

Complementary Color

#06824e #82063a

#06824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06824e Color CSS Codes

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

#06824e Text Font Color

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

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


#06824e Background Color

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

This div background color is #06824e


#06824e Border Color

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

This div border color is #06824e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,130,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06824e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06824e;
  -webkit-box-shadow: 1px 1px 3px 2px #06824e;
  box-shadow:         1px 1px 3px 2px #06824e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06824e


Comments

No comments written yet.

Please login to write comment.