Color Hex Logo

#069458 Color Hex

#069458
(6,148,88)
0 Favorites   0 Comments

Color spaces of #069458

RGB 614888
HSL0.430.920.30
HSV155°96°58°
CMYK 0.960.000.41   0.42
XYZ12.426521.923112.8092
Yxy21.92310.26350.4649
Hunter Lab46.8221-34.565116.5554
CIE-Lab53.9453-47.718522.5974

#069458 color RGB value is (6,148,88).

#069458 hex color red value is 6, green value is 148 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #069458 hue: 0.43 , saturation: 0.92 and the lightness value of 069458 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010100 01011000
Octal 6 224 130
Decimal 6 148 88
Hex 6 94 58

RGB Percentages of Color #069458

%2.48
%61.16
%36.36

CMYK Percentages of Color #069458

%96
%0
%41
%42

Triadic Colors of #069458

#069458 #580694 #945806

Analogous Colors of #069458

#069458 #068994 #069411

Monochromatic Colors of #069458

#069458

Complementary Color

#069458 #940642

#069458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069458 Color CSS Codes

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

#069458 Text Font Color

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

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


#069458 Background Color

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

This div background color is #069458


#069458 Border Color

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

This div border color is #069458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069458


Comments

No comments written yet.

Please login to write comment.