Color Hex Logo

#70bfff Color Hex

#70BFFF
(112,191,255)
0 Favorites   0 Comments

Color spaces of #70bfff

RGB 112191255
HSL0.571.000.72
HSV207°56°100°
CMYK 0.560.250.00   0.00
XYZ43.362947.9263101.5730
Yxy47.92630.22480.2485
Hunter Lab69.2288-9.3433-38.5305
CIE-Lab74.7784-6.3727-38.9057

#70bfff color RGB value is (112,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 11111111
Octal 160 277 377
Decimal 112 191 255
Hex 70 BF FF

RGB Percentages of Color #70bfff

%20.07
%34.23
%45.70

CMYK Percentages of Color #70bfff

%56
%25
%0
%0

Triadic Colors of #70bfff

#70bfff #ff70bf #bfff70

Analogous Colors of #70bfff

#70bfff #7078ff #70fff8

Monochromatic Colors of #70bfff

#70bfff

Complementary Color

#70bfff #ffb070

#70bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfff Color CSS Codes

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

#70bfff Text Font Color

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

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


#70bfff Background Color

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

This div background color is #70bfff


#70bfff Border Color

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

This div border color is #70bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfff

Related Colors

#70bfff Color Palettes


Comments

No comments written yet.

Please login to write comment.