Color Hex Logo

#069288 Color Hex

#069288
(6,146,136)
0 Favorites   0 Comments

Color spaces of #069288

RGB 6146136
HSL0.490.920.30
HSV176°96°57°
CMYK 0.960.000.07   0.43
XYZ14.797922.374126.8312
Yxy22.37410.23120.3496
Hunter Lab47.3013-26.9346-0.5208
CIE-Lab54.4217-34.5594-3.9715

#069288 color RGB value is (6,146,136).

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

The process color (four color CMYK) of #069288 color hex is 0.96, 0.00, 0.07, 0.43. Web safe color of #069288 is #009999. Color #069288 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010010 10001000
Octal 6 222 210
Decimal 6 146 136
Hex 6 92 88

RGB Percentages of Color #069288

%2.08
%50.69
%47.22

CMYK Percentages of Color #069288

%96
%0
%7
%43

Triadic Colors of #069288

#069288 #880692 #928806

Analogous Colors of #069288

#069288 #065692 #069242

Monochromatic Colors of #069288

#069288

Complementary Color

#069288 #920610

#069288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069288 Color CSS Codes

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

#069288 Text Font Color

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

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


#069288 Background Color

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

This div background color is #069288


#069288 Border Color

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

This div border color is #069288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069288


Comments

No comments written yet.

Please login to write comment.