Color Hex Logo

#70ffee Color Hex

#70FFEE
(112,255,238)
2 Favorites   0 Comments

Color spaces of #70ffee

RGB 112255238
HSL0.481.000.72
HSV173°56°100°
CMYK 0.560.000.07   0.00
XYZ57.874781.137893.4998
Yxy81.13780.24890.3490
Hunter Lab90.0765-42.94661.5103
CIE-Lab92.1930-42.5564-3.5595

#70ffee color RGB value is (112,255,238).

#70ffee hex color red value is 112, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #70ffee hue: 0.48 , saturation: 1.00 and the lightness value of 70ffee is 0.72.

The process color (four color CMYK) of #70ffee color hex is 0.56, 0.00, 0.07, 0.00. Web safe color of #70ffee is #66ffff. Color #70ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111111 11101110
Octal 160 377 356
Decimal 112 255 238
Hex 70 FF EE

RGB Percentages of Color #70ffee

%18.51
%42.15
%39.34

CMYK Percentages of Color #70ffee

%56
%0
%7
%0

Triadic Colors of #70ffee

#70ffee #ee70ff #ffee70

Analogous Colors of #70ffee

#70ffee #70c9ff #70ffa7

Monochromatic Colors of #70ffee

#70ffee

Complementary Color

#70ffee #ff7081

#70ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ffee Color CSS Codes

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

#70ffee Text Font Color

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

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


#70ffee Background Color

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

This div background color is #70ffee


#70ffee Border Color

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

This div border color is #70ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ffee

Related Colors

#70ffee Color Palettes


Comments

No comments written yet.

Please login to write comment.