Color Hex Logo

#06934e Color Hex

#06934E
(6,147,78)
0 Favorites   0 Comments

Color spaces of #06934e

RGB 614778
HSL0.420.920.30
HSV151°96°58°
CMYK 0.960.000.47   0.42
XYZ11.884021.456210.7228
Yxy21.45620.26970.4869
Hunter Lab46.3208-35.265818.6996
CIE-Lab53.4452-49.310927.3741

#06934e color RGB value is (6,147,78).

#06934e hex color red value is 6, green value is 147 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #06934e hue: 0.42 , saturation: 0.92 and the lightness value of 06934e is 0.30.

The process color (four color CMYK) of #06934e color hex is 0.96, 0.00, 0.47, 0.42. Web safe color of #06934e is #009966. Color #06934e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010011 01001110
Octal 6 223 116
Decimal 6 147 78
Hex 6 93 4E

RGB Percentages of Color #06934e

%2.60
%63.64
%33.77

CMYK Percentages of Color #06934e

%96
%0
%47
%42

Triadic Colors of #06934e

#06934e #4e0693 #934e06

Analogous Colors of #06934e

#06934e #069293 #069307

Monochromatic Colors of #06934e

#06934e

Complementary Color

#06934e #93064b

#06934e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06934e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06934e Color CSS Codes

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

#06934e Text Font Color

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

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


#06934e Background Color

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

This div background color is #06934e


#06934e Border Color

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

This div border color is #06934e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,147,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 #06934e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06934e


Comments

No comments written yet.

Please login to write comment.