Color Hex Logo

#70bfec Color Hex

#70BFEC
(112,191,236)
0 Favorites   0 Comments

Color spaces of #70bfec

RGB 112191236
HSL0.560.770.68
HSV202°53°93°
CMYK 0.530.190.00   0.07
XYZ40.453246.762586.2508
Yxy46.76250.23320.2696
Hunter Lab68.3831-14.0757-26.9136
CIE-Lab74.0376-11.9889-29.8164

#70bfec color RGB value is (112,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 11101100
Octal 160 277 354
Decimal 112 191 236
Hex 70 BF EC

RGB Percentages of Color #70bfec

%20.78
%35.44
%43.78

CMYK Percentages of Color #70bfec

%53
%19
%0
%7

Triadic Colors of #70bfec

#70bfec #ec70bf #bfec70

Analogous Colors of #70bfec

#70bfec #7081ec #70ecdb

Monochromatic Colors of #70bfec

#70bfec

Complementary Color

#70bfec #ec9d70

#70bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfec Color CSS Codes

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

#70bfec Text Font Color

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

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


#70bfec Background Color

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

This div background color is #70bfec


#70bfec Border Color

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

This div border color is #70bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfec


Comments

No comments written yet.

Please login to write comment.