Color Hex Logo

#01755d Color Hex

#01755D
(1,117,93)
0 Favorites   0 Comments

Color spaces of #01755d

RGB 111793
HSL0.470.980.23
HSV168°99°46°
CMYK 0.990.000.21   0.54
XYZ8.349613.519312.5254
Yxy13.51930.24280.3931
Hunter Lab36.7686-23.81045.5406
CIE-Lab43.5355-34.34955.3786

#01755d color RGB value is (1,117,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110101 01011101
Octal 1 165 135
Decimal 1 117 93
Hex 1 75 5D

RGB Percentages of Color #01755d

%0.47
%55.45
%44.08

CMYK Percentages of Color #01755d

%99
%0
%21
%54

Triadic Colors of #01755d

#01755d #5d0175 #755d01

Analogous Colors of #01755d

#01755d #015375 #017523

Monochromatic Colors of #01755d

#01755d

Complementary Color

#01755d #750119

#01755d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01755d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01755d Color CSS Codes

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

#01755d Text Font Color

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

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


#01755d Background Color

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

This div background color is #01755d


#01755d Border Color

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

This div border color is #01755d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01755d


Comments

No comments written yet.

Please login to write comment.