Color Hex Logo

#01995c Color Hex

#01995C
(1,153,92)
0 Favorites   0 Comments

Color spaces of #01995c

RGB 115392
HSL0.430.990.30
HSV156°99°60°
CMYK 0.990.000.40   0.40
XYZ13.335523.561613.9702
Yxy23.56160.26220.4632
Hunter Lab48.5403-35.906116.9142
CIE-Lab55.6462-49.007022.6543

#01995c color RGB value is (1,153,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011001 01011100
Octal 1 231 134
Decimal 1 153 92
Hex 1 99 5C

RGB Percentages of Color #01995c

%0.41
%62.20
%37.40

CMYK Percentages of Color #01995c

%99
%0
%40
%40

Triadic Colors of #01995c

#01995c #5c0199 #995c01

Analogous Colors of #01995c

#01995c #018a99 #019910

Monochromatic Colors of #01995c

#01995c

Complementary Color

#01995c #99013e

#01995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01995c Color CSS Codes

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

#01995c Text Font Color

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

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


#01995c Background Color

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

This div background color is #01995c


#01995c Border Color

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

This div border color is #01995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01995c


Comments

No comments written yet.

Please login to write comment.