Color Hex Logo

#70dfaf Color Hex

#70DFAF
(112,223,175)
0 Favorites   0 Comments

Color spaces of #70dfaf

RGB 112223175
HSL0.430.630.66
HSV154°50°87°
CMYK 0.500.000.22   0.13
XYZ40.807659.315249.8556
Yxy59.31520.27210.3955
Hunter Lab77.0164-40.199315.5308
CIE-Lab81.4645-42.906513.8907

#70dfaf color RGB value is (112,223,175).

#70dfaf hex color red value is 112, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #70dfaf hue: 0.43 , saturation: 0.63 and the lightness value of 70dfaf is 0.66.

The process color (four color CMYK) of #70dfaf color hex is 0.50, 0.00, 0.22, 0.13. Web safe color of #70dfaf is #66cc99. Color #70dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011111 10101111
Octal 160 337 257
Decimal 112 223 175
Hex 70 DF AF

RGB Percentages of Color #70dfaf

%21.96
%43.73
%34.31

CMYK Percentages of Color #70dfaf

%50
%0
%22
%13

Triadic Colors of #70dfaf

#70dfaf #af70df #dfaf70

Analogous Colors of #70dfaf

#70dfaf #70d8df #70df78

Monochromatic Colors of #70dfaf

#70dfaf

Complementary Color

#70dfaf #df70a0

#70dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dfaf Color CSS Codes

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

#70dfaf Text Font Color

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

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


#70dfaf Background Color

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

This div background color is #70dfaf


#70dfaf Border Color

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

This div border color is #70dfaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,223,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70dfaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70dfaf;
  -webkit-box-shadow: 1px 1px 3px 2px #70dfaf;
  box-shadow:         1px 1px 3px 2px #70dfaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dfaf


Comments

No comments written yet.

Please login to write comment.