Color Hex Logo

#059965 Color Hex

#059965
(5,153,101)
0 Favorites   0 Comments

Color spaces of #059965

RGB 5153101
HSL0.440.940.31
HSV159°97°60°
CMYK 0.970.000.34   0.40
XYZ13.802823.754316.1695
Yxy23.75430.25690.4421
Hunter Lab48.7384-34.740614.4468
CIE-Lab55.8410-46.846617.9524

#059965 color RGB value is (5,153,101).

#059965 hex color red value is 5, green value is 153 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #059965 hue: 0.44 , saturation: 0.94 and the lightness value of 059965 is 0.31.

The process color (four color CMYK) of #059965 color hex is 0.97, 0.00, 0.34, 0.40. Web safe color of #059965 is #009966. Color #059965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011001 01100101
Octal 5 231 145
Decimal 5 153 101
Hex 5 99 65

RGB Percentages of Color #059965

%1.93
%59.07
%39.00

CMYK Percentages of Color #059965

%97
%0
%34
%40

Triadic Colors of #059965

#059965 #650599 #996505

Analogous Colors of #059965

#059965 #058399 #05991b

Monochromatic Colors of #059965

#059965

Complementary Color

#059965 #990539

#059965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059965 Color CSS Codes

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

#059965 Text Font Color

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

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


#059965 Background Color

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

This div background color is #059965


#059965 Border Color

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

This div border color is #059965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059965


Comments

No comments written yet.

Please login to write comment.