Color Hex Logo

#009175 Color Hex

#009175
(0,145,117)
0 Favorites   0 Comments

Color spaces of #009175

RGB 0145117
HSL0.471.000.28
HSV168°100°57°
CMYK 1.000.000.19   0.43
XYZ13.336321.535220.2834
Yxy21.53520.24180.3904
Hunter Lab46.4060-29.91276.5694
CIE-Lab53.5303-39.88185.6560

#009175 color RGB value is (0,145,117).

#009175 hex color red value is 0, green value is 145 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #009175 hue: 0.47 , saturation: 1.00 and the lightness value of 009175 is 0.28.

The process color (four color CMYK) of #009175 color hex is 1.00, 0.00, 0.19, 0.43. Web safe color of #009175 is #009966. Color #009175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010001 01110101
Octal 0 221 165
Decimal 0 145 117
Hex 0 91 75

RGB Percentages of Color #009175

%0.00
%55.34
%44.66

CMYK Percentages of Color #009175

%100
%0
%19
%43

Triadic Colors of #009175

#009175 #750091 #917500

Analogous Colors of #009175

#009175 #006591 #00912d

Monochromatic Colors of #009175

#009175

Complementary Color

#009175 #91001c

#009175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009175 Color CSS Codes

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

#009175 Text Font Color

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

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


#009175 Background Color

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

This div background color is #009175


#009175 Border Color

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

This div border color is #009175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009175


Comments

No comments written yet.

Please login to write comment.