Color Hex Logo

#70dfce Color Hex

#70DFCE
(112,223,206)
0 Favorites   0 Comments

Color spaces of #70dfce

RGB 112223206
HSL0.470.630.66
HSV171°50°87°
CMYK 0.500.000.08   0.13
XYZ44.210360.676367.7741
Yxy60.67630.25610.3514
Hunter Lab77.8950-35.00632.9400
CIE-Lab82.2044-35.8901-1.4467

#70dfce color RGB value is (112,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011111 11001110
Octal 160 337 316
Decimal 112 223 206
Hex 70 DF CE

RGB Percentages of Color #70dfce

%20.70
%41.22
%38.08

CMYK Percentages of Color #70dfce

%50
%0
%8
%13

Triadic Colors of #70dfce

#70dfce #ce70df #dfce70

Analogous Colors of #70dfce

#70dfce #70b9df #70df97

Monochromatic Colors of #70dfce

#70dfce

Complementary Color

#70dfce #df7081

#70dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dfce Color CSS Codes

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

#70dfce Text Font Color

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

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


#70dfce Background Color

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

This div background color is #70dfce


#70dfce Border Color

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

This div border color is #70dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dfce


Comments

No comments written yet.

Please login to write comment.