Color Hex Logo

#70bbff Color Hex

#70BBFF
(112,187,255)
0 Favorites   0 Comments

Color spaces of #70bbff

RGB 112187255
HSL0.581.000.72
HSV209°56°100°
CMYK 0.560.270.00   0.00
XYZ42.502446.2054101.2862
Yxy46.20540.22370.2432
Hunter Lab67.9746-7.3449-40.7635
CIE-Lab73.6786-4.1952-40.6178

#70bbff color RGB value is (112,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111011 11111111
Octal 160 273 377
Decimal 112 187 255
Hex 70 BB FF

RGB Percentages of Color #70bbff

%20.22
%33.75
%46.03

CMYK Percentages of Color #70bbff

%56
%27
%0
%0

Triadic Colors of #70bbff

#70bbff #ff70bb #bbff70

Analogous Colors of #70bbff

#70bbff #7074ff #70fffc

Monochromatic Colors of #70bbff

#70bbff

Complementary Color

#70bbff #ffb470

#70bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bbff Color CSS Codes

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

#70bbff Text Font Color

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

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


#70bbff Background Color

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

This div background color is #70bbff


#70bbff Border Color

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

This div border color is #70bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bbff

#70bbff Color Palettes


Comments

No comments written yet.

Please login to write comment.