Color Hex Logo

#70beeb Color Hex

#70BEEB
(112,190,235)
0 Favorites   0 Comments

Color spaces of #70beeb

RGB 112190235
HSL0.560.750.68
HSV202°52°92°
CMYK 0.520.190.00   0.08
XYZ40.090946.269885.4152
Yxy46.26980.23340.2694
Hunter Lab68.0219-13.8336-26.8352
CIE-Lab73.7203-11.7473-29.7640

#70beeb color RGB value is (112,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 11101011
Octal 160 276 353
Decimal 112 190 235
Hex 70 BE EB

RGB Percentages of Color #70beeb

%20.86
%35.38
%43.76

CMYK Percentages of Color #70beeb

%52
%19
%0
%8

Triadic Colors of #70beeb

#70beeb #eb70be #beeb70

Analogous Colors of #70beeb

#70beeb #7081eb #70ebdb

Monochromatic Colors of #70beeb

#70beeb

Complementary Color

#70beeb #eb9d70

#70beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70beeb Color CSS Codes

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

#70beeb Text Font Color

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

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


#70beeb Background Color

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

This div background color is #70beeb


#70beeb Border Color

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

This div border color is #70beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70beeb


Comments

No comments written yet.

Please login to write comment.