Color Hex Logo

#067254 Color Hex

#067254
(6,114,84)
0 Favorites   0 Comments

Color spaces of #067254

RGB 611484
HSL0.450.900.24
HSV163°95°45°
CMYK 0.950.000.26   0.55
XYZ7.692712.713410.4360
Yxy12.71340.24940.4122
Hunter Lab35.6559-23.88667.6057
CIE-Lab42.3282-35.13449.0377

#067254 color RGB value is (6,114,84).

#067254 hex color red value is 6, green value is 114 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #067254 hue: 0.45 , saturation: 0.90 and the lightness value of 067254 is 0.24.

The process color (four color CMYK) of #067254 color hex is 0.95, 0.00, 0.26, 0.55. Web safe color of #067254 is #006666. Color #067254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110010 01010100
Octal 6 162 124
Decimal 6 114 84
Hex 6 72 54

RGB Percentages of Color #067254

%2.94
%55.88
%41.18

CMYK Percentages of Color #067254

%95
%0
%26
%55

Triadic Colors of #067254

#067254 #540672 #725406

Analogous Colors of #067254

#067254 #065a72 #06721e

Monochromatic Colors of #067254

#067254

Complementary Color

#067254 #720624

#067254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067254 Color CSS Codes

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

#067254 Text Font Color

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

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


#067254 Background Color

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

This div background color is #067254


#067254 Border Color

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

This div border color is #067254


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,114,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067254; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067254;
  -webkit-box-shadow: 1px 1px 3px 2px #067254;
  box-shadow:         1px 1px 3px 2px #067254; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067254

#067254 Color Palettes


Comments

No comments written yet.

Please login to write comment.