Color Hex Logo

#069284 Color Hex

#069284
(6,146,132)
0 Favorites   0 Comments

Color spaces of #069284

RGB 6146132
HSL0.480.920.30
HSV174°96°57°
CMYK 0.960.000.10   0.43
XYZ14.518822.262425.3617
Yxy22.26240.23360.3582
Hunter Lab47.1830-27.64371.1587
CIE-Lab54.3043-35.7552-1.8417

#069284 color RGB value is (6,146,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010010 10000100
Octal 6 222 204
Decimal 6 146 132
Hex 6 92 84

RGB Percentages of Color #069284

%2.11
%51.41
%46.48

CMYK Percentages of Color #069284

%96
%0
%10
%43

Triadic Colors of #069284

#069284 #840692 #928406

Analogous Colors of #069284

#069284 #065a92 #06923e

Monochromatic Colors of #069284

#069284

Complementary Color

#069284 #920614

#069284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069284 Color CSS Codes

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

#069284 Text Font Color

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

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


#069284 Background Color

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

This div background color is #069284


#069284 Border Color

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

This div border color is #069284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069284


Comments

No comments written yet.

Please login to write comment.