Color Hex Logo

#069898 Color Hex

#069898
(6,152,152)
0 Favorites   0 Comments

Color spaces of #069898

RGB 6152152
HSL0.500.920.31
HSV180°96°60°
CMYK 0.960.000.00   0.40
XYZ16.970824.762233.5909
Yxy24.76220.22530.3287
Hunter Lab49.7616-26.2069-5.1898
CIE-Lab56.8430-32.4268-9.5486

#069898 color RGB value is (6,152,152).

#069898 hex color red value is 6, green value is 152 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #069898 hue: 0.50 , saturation: 0.92 and the lightness value of 069898 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011000 10011000
Octal 6 230 230
Decimal 6 152 152
Hex 6 98 98

RGB Percentages of Color #069898

%1.94
%49.03
%49.03

CMYK Percentages of Color #069898

%96
%0
%0
%40

Triadic Colors of #069898

#069898 #980698 #989806

Analogous Colors of #069898

#069898 #064f98 #06984f

Monochromatic Colors of #069898

#069898

Complementary Color

#069898 #980606

#069898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069898 Color CSS Codes

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

#069898 Text Font Color

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

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


#069898 Background Color

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

This div background color is #069898


#069898 Border Color

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

This div border color is #069898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069898


Comments

No comments written yet.

Please login to write comment.