Color Hex Logo

#70eaeb Color Hex

#70EAEB
(112,234,235)
0 Favorites   0 Comments

Color spaces of #70eaeb

RGB 112234235
HSL0.500.750.68
HSV180°52°92°
CMYK 0.520.000.00   0.08
XYZ51.100368.288589.0850
Yxy68.28850.24510.3276
Hunter Lab82.6369-34.2351-6.0706
CIE-Lab86.1505-33.7373-10.9373

#70eaeb color RGB value is (112,234,235).

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

The process color (four color CMYK) of #70eaeb color hex is 0.52, 0.00, 0.00, 0.08. Web safe color of #70eaeb is #66ffff. Color #70eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 11101011
Octal 160 352 353
Decimal 112 234 235
Hex 70 EA EB

RGB Percentages of Color #70eaeb

%19.28
%40.28
%40.45

CMYK Percentages of Color #70eaeb

%52
%0
%0
%8

Triadic Colors of #70eaeb

#70eaeb #eb70ea #eaeb70

Analogous Colors of #70eaeb

#70eaeb #70adeb #70ebaf

Monochromatic Colors of #70eaeb

#70eaeb

Complementary Color

#70eaeb #eb7170

#70eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eaeb Color CSS Codes

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

#70eaeb Text Font Color

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

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


#70eaeb Background Color

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

This div background color is #70eaeb


#70eaeb Border Color

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

This div border color is #70eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eaeb


Comments

No comments written yet.

Please login to write comment.