Color Hex Logo

#70ebed Color Hex

#70EBED
(112,235,237)
0 Favorites   0 Comments

Color spaces of #70ebed

RGB 112235237
HSL0.500.780.68
HSV181°53°93°
CMYK 0.530.010.00   0.07
XYZ51.676568.975890.7108
Yxy68.97580.24450.3263
Hunter Lab83.0517-34.2740-6.6216
CIE-Lab86.4921-33.6871-11.4794

#70ebed color RGB value is (112,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101011 11101101
Octal 160 353 355
Decimal 112 235 237
Hex 70 EB ED

RGB Percentages of Color #70ebed

%19.18
%40.24
%40.58

CMYK Percentages of Color #70ebed

%53
%1
%0
%7

Triadic Colors of #70ebed

#70ebed #ed70eb #ebed70

Analogous Colors of #70ebed

#70ebed #70aded #70edb1

Monochromatic Colors of #70ebed

#70ebed

Complementary Color

#70ebed #ed7270

#70ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ebed Color CSS Codes

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

#70ebed Text Font Color

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

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


#70ebed Background Color

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

This div background color is #70ebed


#70ebed Border Color

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

This div border color is #70ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ebed


Comments

No comments written yet.

Please login to write comment.