Color Hex Logo

#70ebdd Color Hex

#70EBDD
(112,235,221)
0 Favorites   0 Comments

Color spaces of #70ebdd

RGB 112235221
HSL0.480.750.68
HSV173°52°92°
CMYK 0.520.000.06   0.08
XYZ49.441668.081978.9419
Yxy68.08190.25170.3465
Hunter Lab82.5118-37.43721.0334
CIE-Lab86.0474-37.7403-3.7277

#70ebdd color RGB value is (112,235,221).

#70ebdd hex color red value is 112, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #70ebdd hue: 0.48 , saturation: 0.75 and the lightness value of 70ebdd is 0.68.

The process color (four color CMYK) of #70ebdd color hex is 0.52, 0.00, 0.06, 0.08. Web safe color of #70ebdd is #66ffcc. Color #70ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101011 11011101
Octal 160 353 335
Decimal 112 235 221
Hex 70 EB DD

RGB Percentages of Color #70ebdd

%19.72
%41.37
%38.91

CMYK Percentages of Color #70ebdd

%52
%0
%6
%8

Triadic Colors of #70ebdd

#70ebdd #dd70eb #ebdd70

Analogous Colors of #70ebdd

#70ebdd #70bceb #70eba0

Monochromatic Colors of #70ebdd

#70ebdd

Complementary Color

#70ebdd #eb707e

#70ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ebdd Color CSS Codes

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

#70ebdd Text Font Color

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

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


#70ebdd Background Color

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

This div background color is #70ebdd


#70ebdd Border Color

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

This div border color is #70ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ebdd


Comments

No comments written yet.

Please login to write comment.