Color Hex Logo

#01755c Color Hex

#01755C
(1,117,92)
0 Favorites   0 Comments

Color spaces of #01755c

RGB 111792
HSL0.460.980.23
HSV167°99°46°
CMYK 0.990.000.21   0.54
XYZ8.305613.501712.2936
Yxy13.50170.24360.3959
Hunter Lab36.7447-23.95585.8847
CIE-Lab43.5097-34.62925.9378

#01755c color RGB value is (1,117,92).

#01755c hex color red value is 1, green value is 117 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #01755c hue: 0.46 , saturation: 0.98 and the lightness value of 01755c is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110101 01011100
Octal 1 165 134
Decimal 1 117 92
Hex 1 75 5C

RGB Percentages of Color #01755c

%0.48
%55.71
%43.81

CMYK Percentages of Color #01755c

%99
%0
%21
%54

Triadic Colors of #01755c

#01755c #5c0175 #755c01

Analogous Colors of #01755c

#01755c #015475 #017522

Monochromatic Colors of #01755c

#01755c

Complementary Color

#01755c #75011a

#01755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01755c Color CSS Codes

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

#01755c Text Font Color

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

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


#01755c Background Color

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

This div background color is #01755c


#01755c Border Color

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

This div border color is #01755c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,117,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 #01755c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01755c


Comments

No comments written yet.

Please login to write comment.