Color Hex Logo

#06a269 Color Hex

#06A269
(6,162,105)
0 Favorites   0 Comments

Color spaces of #06a269

RGB 6162105
HSL0.440.930.33
HSV158°96°64°
CMYK 0.960.000.35   0.36
XYZ15.545226.899317.7374
Yxy26.89930.25830.4470
Hunter Lab51.8645-37.261716.0283
CIE-Lab58.8810-49.326819.8757

#06a269 color RGB value is (6,162,105).

#06a269 hex color red value is 6, green value is 162 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #06a269 hue: 0.44 , saturation: 0.93 and the lightness value of 06a269 is 0.33.

The process color (four color CMYK) of #06a269 color hex is 0.96, 0.00, 0.35, 0.36. Web safe color of #06a269 is #009966. Color #06a269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10100010 01101001
Octal 6 242 151
Decimal 6 162 105
Hex 6 A2 69

RGB Percentages of Color #06a269

%2.20
%59.34
%38.46

CMYK Percentages of Color #06a269

%96
%0
%35
%36

Triadic Colors of #06a269

#06a269 #6906a2 #a26906

Analogous Colors of #06a269

#06a269 #068da2 #06a21b

Monochromatic Colors of #06a269

#06a269

Complementary Color

#06a269 #a2063f

#06a269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06a269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06a269 Color CSS Codes

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

#06a269 Text Font Color

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

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


#06a269 Background Color

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

This div background color is #06a269


#06a269 Border Color

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

This div border color is #06a269


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,162,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06a269; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06a269;
  -webkit-box-shadow: 1px 1px 3px 2px #06a269;
  box-shadow:         1px 1px 3px 2px #06a269; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06a269


Comments

No comments written yet.

Please login to write comment.