Color Hex Logo

#70bdfa Color Hex

#70BDFA
(112,189,250)
0 Favorites   0 Comments

Color spaces of #70bdfa

RGB 112189250
HSL0.570.930.71
HSV207°55°98°
CMYK 0.550.240.00   0.02
XYZ42.135046.742197.2438
Yxy46.74210.22640.2511
Hunter Lab68.3682-9.6356-36.4737
CIE-Lab74.0245-6.7910-37.3887

#70bdfa color RGB value is (112,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111101 11111010
Octal 160 275 372
Decimal 112 189 250
Hex 70 BD FA

RGB Percentages of Color #70bdfa

%20.33
%34.30
%45.37

CMYK Percentages of Color #70bdfa

%55
%24
%0
%2

Triadic Colors of #70bdfa

#70bdfa #fa70bd #bdfa70

Analogous Colors of #70bdfa

#70bdfa #7078fa #70faf2

Monochromatic Colors of #70bdfa

#70bdfa

Complementary Color

#70bdfa #faad70

#70bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bdfa Color CSS Codes

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

#70bdfa Text Font Color

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

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


#70bdfa Background Color

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

This div background color is #70bdfa


#70bdfa Border Color

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

This div border color is #70bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bdfa


Comments

No comments written yet.

Please login to write comment.