Color Hex Logo

#70baec Color Hex

#70BAEC
(112,186,236)
0 Favorites   0 Comments

Color spaces of #70baec

RGB 112186236
HSL0.570.770.68
HSV204°53°93°
CMYK 0.530.210.00   0.07
XYZ39.381344.618785.8935
Yxy44.61870.23180.2626
Hunter Lab66.7972-11.6578-29.4820
CIE-Lab72.6401-9.3170-31.9700

#70baec color RGB value is (112,186,236).

#70baec hex color red value is 112, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #70baec hue: 0.57 , saturation: 0.77 and the lightness value of 70baec is 0.68.

The process color (four color CMYK) of #70baec color hex is 0.53, 0.21, 0.00, 0.07. Web safe color of #70baec is #66ccff. Color #70baec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 11101100
Octal 160 272 354
Decimal 112 186 236
Hex 70 BA EC

RGB Percentages of Color #70baec

%20.97
%34.83
%44.19

CMYK Percentages of Color #70baec

%53
%21
%0
%7

Triadic Colors of #70baec

#70baec #ec70ba #baec70

Analogous Colors of #70baec

#70baec #707cec #70ece0

Monochromatic Colors of #70baec

#70baec

Complementary Color

#70baec #eca270

#70baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#70baec Color CSS Codes

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

#70baec Text Font Color

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

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


#70baec Background Color

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

This div background color is #70baec


#70baec Border Color

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

This div border color is #70baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70baec


Comments

No comments written yet.

Please login to write comment.