Color Hex Logo

#70deee Color Hex

#70DEEE
(112,222,238)
0 Favorites   0 Comments

Color spaces of #70deee

RGB 112222238
HSL0.520.790.69
HSV188°53°93°
CMYK 0.530.070.00   0.07
XYZ48.236061.860390.2869
Yxy61.86030.24070.3087
Hunter Lab78.6513-28.1677-13.0054
CIE-Lab82.8391-27.2068-17.4841

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

#70deee hex color red value is 112, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #70deee hue: 0.52 , saturation: 0.79 and the lightness value of 70deee is 0.69.

The process color (four color CMYK) of #70deee color hex is 0.53, 0.07, 0.00, 0.07. Web safe color of #70deee is #66ccff. Color #70deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011110 11101110
Octal 160 336 356
Decimal 112 222 238
Hex 70 DE EE

RGB Percentages of Color #70deee

%19.58
%38.81
%41.61

CMYK Percentages of Color #70deee

%53
%7
%0
%7

Triadic Colors of #70deee

#70deee #ee70de #deee70

Analogous Colors of #70deee

#70deee #709fee #70eebf

Monochromatic Colors of #70deee

#70deee

Complementary Color

#70deee #ee8070

#70deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70deee Color CSS Codes

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

#70deee Text Font Color

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

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


#70deee Background Color

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

This div background color is #70deee


#70deee Border Color

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

This div border color is #70deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70deee


Comments

No comments written yet.

Please login to write comment.