Color Hex Logo

#70cffa Color Hex

#70CFFA
(112,207,250)
0 Favorites   0 Comments

Color spaces of #70cffa

RGB 112207250
HSL0.550.930.71
HSV199°55°98°
CMYK 0.550.170.00   0.02
XYZ46.250254.972598.6156
Yxy54.97250.23140.2751
Hunter Lab74.1434-18.4039-26.9591
CIE-Lab79.0254-16.3185-29.6679

#70cffa color RGB value is (112,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001111 11111010
Octal 160 317 372
Decimal 112 207 250
Hex 70 CF FA

RGB Percentages of Color #70cffa

%19.68
%36.38
%43.94

CMYK Percentages of Color #70cffa

%55
%17
%0
%2

Triadic Colors of #70cffa

#70cffa #fa70cf #cffa70

Analogous Colors of #70cffa

#70cffa #708afa #70fae0

Monochromatic Colors of #70cffa

#70cffa

Complementary Color

#70cffa #fa9b70

#70cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cffa Color CSS Codes

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

#70cffa Text Font Color

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

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


#70cffa Background Color

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

This div background color is #70cffa


#70cffa Border Color

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

This div border color is #70cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cffa


Comments

No comments written yet.

Please login to write comment.