Color Hex Logo

#01764e Color Hex

#01764E
(1,118,78)
0 Favorites   0 Comments

Color spaces of #01764e

RGB 111878
HSL0.440.980.23
HSV159°99°46°
CMYK 0.990.000.34   0.54
XYZ7.866113.51349.4015
Yxy13.51340.25560.4390
Hunter Lab36.7606-26.135210.5690
CIE-Lab43.5268-38.688014.2345

#01764e color RGB value is (1,118,78).

#01764e hex color red value is 1, green value is 118 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #01764e hue: 0.44 , saturation: 0.98 and the lightness value of 01764e is 0.23.

The process color (four color CMYK) of #01764e color hex is 0.99, 0.00, 0.34, 0.54. Web safe color of #01764e is #006666. Color #01764e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110110 01001110
Octal 1 166 116
Decimal 1 118 78
Hex 1 76 4E

RGB Percentages of Color #01764e

%0.51
%59.90
%39.59

CMYK Percentages of Color #01764e

%99
%0
%34
%54

Triadic Colors of #01764e

#01764e #4e0176 #764e01

Analogous Colors of #01764e

#01764e #016476 #017614

Monochromatic Colors of #01764e

#01764e

Complementary Color

#01764e #760129

#01764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01764e Color CSS Codes

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

#01764e Text Font Color

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

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


#01764e Background Color

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

This div background color is #01764e


#01764e Border Color

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

This div border color is #01764e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,118,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01764e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01764e;
  -webkit-box-shadow: 1px 1px 3px 2px #01764e;
  box-shadow:         1px 1px 3px 2px #01764e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01764e


Comments

No comments written yet.

Please login to write comment.