Color Hex Logo

#068e78 Color Hex

#068E78
(6,142,120)
0 Favorites   0 Comments

Color spaces of #068e78

RGB 6142120
HSL0.470.920.29
HSV170°96°56°
CMYK 0.960.000.15   0.44
XYZ13.138320.740821.0802
Yxy20.74080.23910.3774
Hunter Lab45.5421-28.20374.4357
CIE-Lab52.6646-37.44272.6869

#068e78 color RGB value is (6,142,120).

#068e78 hex color red value is 6, green value is 142 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #068e78 hue: 0.47 , saturation: 0.92 and the lightness value of 068e78 is 0.29.

The process color (four color CMYK) of #068e78 color hex is 0.96, 0.00, 0.15, 0.44. Web safe color of #068e78 is #009966. Color #068e78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001110 01111000
Octal 6 216 170
Decimal 6 142 120
Hex 6 8E 78

RGB Percentages of Color #068e78

%2.24
%52.99
%44.78

CMYK Percentages of Color #068e78

%96
%0
%15
%44

Triadic Colors of #068e78

#068e78 #78068e #8e7806

Analogous Colors of #068e78

#068e78 #06608e #068e34

Monochromatic Colors of #068e78

#068e78

Complementary Color

#068e78 #8e061c

#068e78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068e78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068e78 Color CSS Codes

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

#068e78 Text Font Color

<p style="color:#068e78">Text here</p>

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


#068e78 Background Color

<div style="background-color:#068e78">
Div content here</div>

This div background color is #068e78


#068e78 Border Color

<div style="border:3px solid #068e78">
Div here</div>

This div border color is #068e78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,142,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068e78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068e78;
  -webkit-box-shadow: 1px 1px 3px 2px #068e78;
  box-shadow:         1px 1px 3px 2px #068e78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068e78


Comments

No comments written yet.

Please login to write comment.