Color Hex Logo

#70bccf Color Hex

#70BCCF
(112,188,207)
0 Favorites   0 Comments

Color spaces of #70bccf

RGB 112188207
HSL0.530.500.63
HSV192°46°81°
CMYK 0.460.090.00   0.19
XYZ35.927843.916265.6146
Yxy43.91620.24700.3019
Hunter Lab66.2693-19.1978-12.3157
CIE-Lab72.1724-18.5322-16.9098

#70bccf color RGB value is (112,188,207).

#70bccf hex color red value is 112, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #70bccf hue: 0.53 , saturation: 0.50 and the lightness value of 70bccf is 0.63.

The process color (four color CMYK) of #70bccf color hex is 0.46, 0.09, 0.00, 0.19. Web safe color of #70bccf is #66cccc. Color #70bccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111100 11001111
Octal 160 274 317
Decimal 112 188 207
Hex 70 BC CF

RGB Percentages of Color #70bccf

%22.09
%37.08
%40.83

CMYK Percentages of Color #70bccf

%46
%9
%0
%19

Triadic Colors of #70bccf

#70bccf #cf70bc #bccf70

Analogous Colors of #70bccf

#70bccf #708dcf #70cfb3

Monochromatic Colors of #70bccf

#70bccf

Complementary Color

#70bccf #cf8370

#70bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bccf Color CSS Codes

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

#70bccf Text Font Color

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

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


#70bccf Background Color

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

This div background color is #70bccf


#70bccf Border Color

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

This div border color is #70bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bccf


Comments

No comments written yet.

Please login to write comment.