Color Hex Logo

#01997f Color Hex

#01997F
(1,153,127)
0 Favorites   0 Comments

Color spaces of #01997f

RGB 1153127
HSL0.470.990.30
HSV170°99°60°
CMYK 0.990.000.17   0.40
XYZ15.234524.321223.9702
Yxy24.32120.23980.3829
Hunter Lab49.3165-31.16305.7038
CIE-Lab56.4080-40.50114.0783

#01997f color RGB value is (1,153,127).

#01997f hex color red value is 1, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #01997f hue: 0.47 , saturation: 0.99 and the lightness value of 01997f is 0.30.

The process color (four color CMYK) of #01997f color hex is 0.99, 0.00, 0.17, 0.40. Web safe color of #01997f is #009966. Color #01997f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011001 01111111
Octal 1 231 177
Decimal 1 153 127
Hex 1 99 7F

RGB Percentages of Color #01997f

%0.36
%54.45
%45.20

CMYK Percentages of Color #01997f

%99
%0
%17
%40

Triadic Colors of #01997f

#01997f #7f0199 #997f01

Analogous Colors of #01997f

#01997f #016799 #019933

Monochromatic Colors of #01997f

#01997f

Complementary Color

#01997f #99011b

#01997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01997f Color CSS Codes

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

#01997f Text Font Color

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

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


#01997f Background Color

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

This div background color is #01997f


#01997f Border Color

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

This div border color is #01997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01997f


Comments

No comments written yet.

Please login to write comment.