Color Hex Logo

#70deca Color Hex

#70DECA
(112,222,202)
0 Favorites   0 Comments

Color spaces of #70deca

RGB 112222202
HSL0.470.630.65
HSV169°50°87°
CMYK 0.500.000.09   0.13
XYZ43.464059.951665.1581
Yxy59.95160.25780.3556
Hunter Lab77.4284-35.29984.3058
CIE-Lab81.8119-36.39040.1025

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011110 11001010
Octal 160 336 312
Decimal 112 222 202
Hex 70 DE CA

RGB Percentages of Color #70deca

%20.90
%41.42
%37.69

CMYK Percentages of Color #70deca

%50
%0
%9
%13

Triadic Colors of #70deca

#70deca #ca70de #deca70

Analogous Colors of #70deca

#70deca #70bbde #70de93

Monochromatic Colors of #70deca

#70deca

Complementary Color

#70deca #de7084

#70deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#70deca Color CSS Codes

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

#70deca Text Font Color

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

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


#70deca Background Color

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

This div background color is #70deca


#70deca Border Color

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

This div border color is #70deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70deca


Comments

No comments written yet.

Please login to write comment.