Color Hex Logo

#70bdf6 Color Hex

#70BDF6
(112,189,246)
0 Favorites   0 Comments

Color spaces of #70bdf6

RGB 112189246
HSL0.570.880.70
HSV206°54°96°
CMYK 0.540.230.00   0.04
XYZ41.514246.493893.9749
Yxy46.49380.22810.2555
Hunter Lab68.1864-10.6492-33.9834
CIE-Lab73.8648-7.9843-35.4813

#70bdf6 color RGB value is (112,189,246).

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

The process color (four color CMYK) of #70bdf6 color hex is 0.54, 0.23, 0.00, 0.04. Web safe color of #70bdf6 is #66ccff. Color #70bdf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111101 11110110
Octal 160 275 366
Decimal 112 189 246
Hex 70 BD F6

RGB Percentages of Color #70bdf6

%20.48
%34.55
%44.97

CMYK Percentages of Color #70bdf6

%54
%23
%0
%4

Triadic Colors of #70bdf6

#70bdf6 #f670bd #bdf670

Analogous Colors of #70bdf6

#70bdf6 #707af6 #70f6ec

Monochromatic Colors of #70bdf6

#70bdf6

Complementary Color

#70bdf6 #f6a970

#70bdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bdf6 Color CSS Codes

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

#70bdf6 Text Font Color

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

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


#70bdf6 Background Color

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

This div background color is #70bdf6


#70bdf6 Border Color

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

This div border color is #70bdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bdf6

Related Colors


Comments

No comments written yet.

Please login to write comment.