Color Hex Logo

#70dfde Color Hex

#70DFDE
(112,223,222)
0 Favorites   0 Comments

Color spaces of #70dfde

RGB 112223222
HSL0.500.630.66
HSV179°50°87°
CMYK 0.500.000.00   0.13
XYZ46.254661.494078.5389
Yxy61.49400.24830.3301
Hunter Lab78.4181-31.9442-4.4886
CIE-Lab82.6436-31.9016-9.2901

#70dfde color RGB value is (112,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011111 11011110
Octal 160 337 336
Decimal 112 223 222
Hex 70 DF DE

RGB Percentages of Color #70dfde

%20.11
%40.04
%39.86

CMYK Percentages of Color #70dfde

%50
%0
%0
%13

Triadic Colors of #70dfde

#70dfde #de70df #dfde70

Analogous Colors of #70dfde

#70dfde #70a9df #70dfa7

Monochromatic Colors of #70dfde

#70dfde

Complementary Color

#70dfde #df7071

#70dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dfde Color CSS Codes

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

#70dfde Text Font Color

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

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


#70dfde Background Color

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

This div background color is #70dfde


#70dfde Border Color

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

This div border color is #70dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dfde


Comments

No comments written yet.

Please login to write comment.