Color Hex Logo

#059268 Color Hex

#059268
(5,146,104)
0 Favorites   0 Comments

Color spaces of #059268

RGB 5146104
HSL0.450.930.30
HSV162°97°57°
CMYK 0.970.000.29   0.43
XYZ12.840221.589516.5871
Yxy21.58950.25170.4232
Hunter Lab46.4645-31.985411.3596
CIE-Lab53.5887-43.396013.1653

#059268 color RGB value is (5,146,104).

#059268 hex color red value is 5, green value is 146 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #059268 hue: 0.45 , saturation: 0.93 and the lightness value of 059268 is 0.30.

The process color (four color CMYK) of #059268 color hex is 0.97, 0.00, 0.29, 0.43. Web safe color of #059268 is #009966. Color #059268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010010 01101000
Octal 5 222 150
Decimal 5 146 104
Hex 5 92 68

RGB Percentages of Color #059268

%1.96
%57.25
%40.78

CMYK Percentages of Color #059268

%97
%0
%29
%43

Triadic Colors of #059268

#059268 #680592 #926805

Analogous Colors of #059268

#059268 #057692 #059221

Monochromatic Colors of #059268

#059268

Complementary Color

#059268 #92052f

#059268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059268 Color CSS Codes

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

#059268 Text Font Color

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

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


#059268 Background Color

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

This div background color is #059268


#059268 Border Color

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

This div border color is #059268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059268


Comments

No comments written yet.

Please login to write comment.