Color Hex Logo

#067252 Color Hex

#067252
(6,114,82)
0 Favorites   0 Comments

Color spaces of #067252

RGB 611482
HSL0.450.900.24
HSV162°95°45°
CMYK 0.950.000.28   0.55
XYZ7.615412.682510.0292
Yxy12.68250.25110.4182
Hunter Lab35.6125-24.15138.2315
CIE-Lab42.2809-35.657410.1612

#067252 color RGB value is (6,114,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110010 01010010
Octal 6 162 122
Decimal 6 114 82
Hex 6 72 52

RGB Percentages of Color #067252

%2.97
%56.44
%40.59

CMYK Percentages of Color #067252

%95
%0
%28
%55

Triadic Colors of #067252

#067252 #520672 #725206

Analogous Colors of #067252

#067252 #065c72 #06721c

Monochromatic Colors of #067252

#067252

Complementary Color

#067252 #720626

#067252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067252 Color CSS Codes

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

#067252 Text Font Color

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

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


#067252 Background Color

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

This div background color is #067252


#067252 Border Color

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

This div border color is #067252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067252


Comments

No comments written yet.

Please login to write comment.