Color Hex Logo

#70beec Color Hex

#70BEEC
(112,190,236)
0 Favorites   0 Comments

Color spaces of #70beec

RGB 112190236
HSL0.560.770.68
HSV202°53°93°
CMYK 0.530.190.00   0.07
XYZ40.235946.327886.1784
Yxy46.32780.23290.2682
Hunter Lab68.0645-13.5938-27.4236
CIE-Lab73.7577-11.4572-30.2472

#70beec color RGB value is (112,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 11101100
Octal 160 276 354
Decimal 112 190 236
Hex 70 BE EC

RGB Percentages of Color #70beec

%20.82
%35.32
%43.87

CMYK Percentages of Color #70beec

%53
%19
%0
%7

Triadic Colors of #70beec

#70beec #ec70be #beec70

Analogous Colors of #70beec

#70beec #7080ec #70ecdc

Monochromatic Colors of #70beec

#70beec

Complementary Color

#70beec #ec9e70

#70beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#70beec Color CSS Codes

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

#70beec Text Font Color

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

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


#70beec Background Color

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

This div background color is #70beec


#70beec Border Color

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

This div border color is #70beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70beec


Comments

No comments written yet.

Please login to write comment.