color codes Logo

#00705f color codes

#00705F
(0,112,95)
0 Favorites   0 Comments

Color spaces of #00705f

RGB 011295
HSL0.471.000.22
HSV171°100°44°
CMYK 1.000.000.15   0.56
XYZ7.859712.414612.8085
Yxy12.41460.23760.3753
Hunter Lab35.2344-21.84233.1108
CIE-Lab41.8676-31.59531.7755

#00705f color RGB value is (0,112,95).

#00705f hex color red value is 0, green value is 112 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #00705f hue: 0.47 , saturation: 1.00 and the lightness value of 00705f is 0.22.

The process color (four color CMYK) of #00705f color code is 1.00, 0.00, 0.15, 0.56. Web safe color of #00705f is #006666. Color #00705f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110000 01011111
Octal 0 160 137
Decimal 0 112 95
Hex 0 70 5F

RGB Percentages of Color #00705f

%0.00
%54.11
%45.89

CMYK Percentages of Color #00705f

%100
%0
%15
%56

Triadic Colors of #00705f

#00705f #5f0070 #705f00

Analogous Colors of #00705f

#00705f #004970 #007027

Monochromatic Colors of #00705f

#00705f

Complementary Color

#00705f #700011

#00705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00705f Color CSS Codes

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

#00705f Text Font Color

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

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


#00705f Background Color

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

This div background color is #00705f


#00705f Border Color

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

This div border color is #00705f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,112,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00705f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00705f;
  -webkit-box-shadow: 1px 1px 3px 2px #00705f;
  box-shadow:         1px 1px 3px 2px #00705f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00705f


Comments

No comments written yet.

Please login to write comment.