Color Hex Logo

#70dede Color Hex

#70DEDE
(112,222,222)
0 Favorites   0 Comments

Color spaces of #70dede

RGB 112222222
HSL0.500.630.65
HSV180°50°87°
CMYK 0.500.000.00   0.13
XYZ45.988260.961278.4501
Yxy60.96120.24800.3288
Hunter Lab78.0777-31.4983-4.9185
CIE-Lab82.3579-31.4265-9.7150

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011110 11011110
Octal 160 336 336
Decimal 112 222 222
Hex 70 DE DE

RGB Percentages of Color #70dede

%20.14
%39.93
%39.93

CMYK Percentages of Color #70dede

%50
%0
%0
%13

Triadic Colors of #70dede

#70dede #de70de #dede70

Analogous Colors of #70dede

#70dede #70a7de #70dea7

Monochromatic Colors of #70dede

#70dede

Complementary Color

#70dede #de7070

#70dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dede Color CSS Codes

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

#70dede Text Font Color

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

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


#70dede Background Color

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

This div background color is #70dede


#70dede Border Color

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

This div border color is #70dede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,222,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 #70dede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dede


Comments

No comments written yet.

Please login to write comment.