Color Hex Logo

#70ccfa Color Hex

#70CCFA
(112,204,250)
0 Favorites   0 Comments

Color spaces of #70ccfa

RGB 112204250
HSL0.560.930.71
HSV200°55°98°
CMYK 0.550.180.00   0.02
XYZ45.530353.532698.3756
Yxy53.53260.23060.2711
Hunter Lab73.1660-16.9621-28.5024
CIE-Lab78.1884-14.7618-30.9539

#70ccfa color RGB value is (112,204,250).

#70ccfa hex color red value is 112, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #70ccfa hue: 0.56 , saturation: 0.93 and the lightness value of 70ccfa is 0.71.

The process color (four color CMYK) of #70ccfa color hex is 0.55, 0.18, 0.00, 0.02. Web safe color of #70ccfa is #66ccff. Color #70ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 11111010
Octal 160 314 372
Decimal 112 204 250
Hex 70 CC FA

RGB Percentages of Color #70ccfa

%19.79
%36.04
%44.17

CMYK Percentages of Color #70ccfa

%55
%18
%0
%2

Triadic Colors of #70ccfa

#70ccfa #fa70cc #ccfa70

Analogous Colors of #70ccfa

#70ccfa #7087fa #70fae3

Monochromatic Colors of #70ccfa

#70ccfa

Complementary Color

#70ccfa #fa9e70

#70ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccfa Color CSS Codes

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

#70ccfa Text Font Color

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

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


#70ccfa Background Color

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

This div background color is #70ccfa


#70ccfa Border Color

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

This div border color is #70ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccfa


Comments

No comments written yet.

Please login to write comment.