Color Hex Logo

#70beff Color Hex

#70BEFF
(112,190,255)
0 Favorites   0 Comments

Color spaces of #70beff

RGB 112190255
HSL0.581.000.72
HSV207°56°100°
CMYK 0.560.250.00   0.00
XYZ43.145547.4917101.5005
Yxy47.49170.22460.2472
Hunter Lab68.9142-8.8454-39.0855
CIE-Lab74.5032-5.8307-39.3337

#70beff color RGB value is (112,190,255).

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

The process color (four color CMYK) of #70beff color hex is 0.56, 0.25, 0.00, 0.00. Web safe color of #70beff is #66ccff. Color #70beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 11111111
Octal 160 276 377
Decimal 112 190 255
Hex 70 BE FF

RGB Percentages of Color #70beff

%20.11
%34.11
%45.78

CMYK Percentages of Color #70beff

%56
%25
%0
%0

Triadic Colors of #70beff

#70beff #ff70be #beff70

Analogous Colors of #70beff

#70beff #7077ff #70fff9

Monochromatic Colors of #70beff

#70beff

Complementary Color

#70beff #ffb170

#70beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70beff Color CSS Codes

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

#70beff Text Font Color

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

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


#70beff Background Color

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

This div background color is #70beff


#70beff Border Color

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

This div border color is #70beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70beff


Comments

No comments written yet.

Please login to write comment.