Color Hex Logo

#016953 Color Hex

#016953
(1,105,83)
0 Favorites   0 Comments

Color spaces of #016953

RGB 110583
HSL0.460.980.21
HSV167°99°41°
CMYK 0.990.000.21   0.59
XYZ6.625410.73419.9063
Yxy10.73410.24300.3937
Hunter Lab32.7629-21.23845.0070
CIE-Lab39.1290-31.84895.0973

#016953 color RGB value is (1,105,83).

#016953 hex color red value is 1, green value is 105 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #016953 hue: 0.46 , saturation: 0.98 and the lightness value of 016953 is 0.21.

The process color (four color CMYK) of #016953 color hex is 0.99, 0.00, 0.21, 0.59. Web safe color of #016953 is #006666. Color #016953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101001 01010011
Octal 1 151 123
Decimal 1 105 83
Hex 1 69 53

RGB Percentages of Color #016953

%0.53
%55.56
%43.92

CMYK Percentages of Color #016953

%99
%0
%21
%59

Triadic Colors of #016953

#016953 #530169 #695301

Analogous Colors of #016953

#016953 #014b69 #01691f

Monochromatic Colors of #016953

#016953

Complementary Color

#016953 #690117

#016953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016953 Color CSS Codes

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

#016953 Text Font Color

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

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


#016953 Background Color

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

This div background color is #016953


#016953 Border Color

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

This div border color is #016953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016953


Comments

No comments written yet.

Please login to write comment.