Color Hex Logo

#70dcfe Color Hex

#70DCFE
(112,220,254)
0 Favorites   0 Comments

Color spaces of #70dcfe

RGB 112220254
HSL0.540.990.72
HSV194°56°100°
CMYK 0.560.130.00   0.00
XYZ50.164761.7869103.0480
Yxy61.78690.23330.2874
Hunter Lab78.6046-23.6412-22.7039
CIE-Lab82.8000-21.7919-26.0168

#70dcfe color RGB value is (112,220,254).

#70dcfe hex color red value is 112, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #70dcfe hue: 0.54 , saturation: 0.99 and the lightness value of 70dcfe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011100 11111110
Octal 160 334 376
Decimal 112 220 254
Hex 70 DC FE

RGB Percentages of Color #70dcfe

%19.11
%37.54
%43.34

CMYK Percentages of Color #70dcfe

%56
%13
%0
%0

Triadic Colors of #70dcfe

#70dcfe #fe70dc #dcfe70

Analogous Colors of #70dcfe

#70dcfe #7095fe #70fed9

Monochromatic Colors of #70dcfe

#70dcfe

Complementary Color

#70dcfe #fe9270

#70dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dcfe Color CSS Codes

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

#70dcfe Text Font Color

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

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


#70dcfe Background Color

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

This div background color is #70dcfe


#70dcfe Border Color

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

This div border color is #70dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dcfe


Comments

No comments written yet.

Please login to write comment.