Color Hex Logo

#069082 Color Hex

#069082
(6,144,130)
0 Favorites   0 Comments

Color spaces of #069082

RGB 6144130
HSL0.480.920.29
HSV174°96°56°
CMYK 0.960.000.10   0.44
XYZ14.077621.596924.5458
Yxy21.59690.23380.3586
Hunter Lab46.4725-27.25501.2150
CIE-Lab53.5967-35.4403-1.7277

#069082 color RGB value is (6,144,130).

#069082 hex color red value is 6, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #069082 hue: 0.48 , saturation: 0.92 and the lightness value of 069082 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010000 10000010
Octal 6 220 202
Decimal 6 144 130
Hex 6 90 82

RGB Percentages of Color #069082

%2.14
%51.43
%46.43

CMYK Percentages of Color #069082

%96
%0
%10
%44

Triadic Colors of #069082

#069082 #820690 #908206

Analogous Colors of #069082

#069082 #065990 #06903d

Monochromatic Colors of #069082

#069082

Complementary Color

#069082 #900614

#069082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069082 Color CSS Codes

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

#069082 Text Font Color

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

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


#069082 Background Color

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

This div background color is #069082


#069082 Border Color

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

This div border color is #069082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069082


Comments

No comments written yet.

Please login to write comment.