Color Hex Logo

#70caff Color Hex

#70CAFF
(112,202,255)
0 Favorites   0 Comments

Color spaces of #70caff

RGB 112202255
HSL0.561.000.72
HSV202°56°100°
CMYK 0.560.210.00   0.00
XYZ45.852652.9058102.4029
Yxy52.90580.22790.2630
Hunter Lab72.7364-14.7633-32.5568
CIE-Lab77.8193-12.2501-34.1935

#70caff color RGB value is (112,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 11111111
Octal 160 312 377
Decimal 112 202 255
Hex 70 CA FF

RGB Percentages of Color #70caff

%19.68
%35.50
%44.82

CMYK Percentages of Color #70caff

%56
%21
%0
%0

Triadic Colors of #70caff

#70caff #ff70ca #caff70

Analogous Colors of #70caff

#70caff #7083ff #70ffed

Monochromatic Colors of #70caff

#70caff

Complementary Color

#70caff #ffa570

#70caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70caff Color CSS Codes

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

#70caff Text Font Color

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

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


#70caff Background Color

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

This div background color is #70caff


#70caff Border Color

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

This div border color is #70caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70caff


Comments

No comments written yet.

Please login to write comment.