Color Hex Logo

#70befa Color Hex

#70BEFA
(112,190,250)
0 Favorites   0 Comments

Color spaces of #70befa

RGB 112190250
HSL0.570.930.71
HSV206°55°98°
CMYK 0.550.240.00   0.02
XYZ42.350947.173897.3158
Yxy47.17380.22670.2525
Hunter Lab68.6832-10.1303-35.9286
CIE-Lab74.3008-7.3319-36.9599

#70befa color RGB value is (112,190,250).

#70befa hex color red value is 112, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #70befa hue: 0.57 , saturation: 0.93 and the lightness value of 70befa is 0.71.

The process color (four color CMYK) of #70befa color hex is 0.55, 0.24, 0.00, 0.02. Web safe color of #70befa is #66ccff. Color #70befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 11111010
Octal 160 276 372
Decimal 112 190 250
Hex 70 BE FA

RGB Percentages of Color #70befa

%20.29
%34.42
%45.29

CMYK Percentages of Color #70befa

%55
%24
%0
%2

Triadic Colors of #70befa

#70befa #fa70be #befa70

Analogous Colors of #70befa

#70befa #7079fa #70faf1

Monochromatic Colors of #70befa

#70befa

Complementary Color

#70befa #faac70

#70befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70befa Color CSS Codes

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

#70befa Text Font Color

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

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


#70befa Background Color

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

This div background color is #70befa


#70befa Border Color

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

This div border color is #70befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70befa

Related Colors


Comments

No comments written yet.

Please login to write comment.