Color Hex Logo

#70dfff Color Hex

#70DFFF
(112,223,255)
0 Favorites   0 Comments

Color spaces of #70dfff

RGB 112223255
HSL0.541.000.72
HSV193°56°100°
CMYK 0.560.130.00   0.00
XYZ51.119863.4401104.1586
Yxy63.44010.23370.2901
Hunter Lab79.6493-24.8230-21.7799
CIE-Lab83.6734-23.0084-25.2138

#70dfff color RGB value is (112,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011111 11111111
Octal 160 337 377
Decimal 112 223 255
Hex 70 DF FF

RGB Percentages of Color #70dfff

%18.98
%37.80
%43.22

CMYK Percentages of Color #70dfff

%56
%13
%0
%0

Triadic Colors of #70dfff

#70dfff #ff70df #dfff70

Analogous Colors of #70dfff

#70dfff #7098ff #70ffd8

Monochromatic Colors of #70dfff

#70dfff

Complementary Color

#70dfff #ff9070

#70dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dfff Color CSS Codes

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

#70dfff Text Font Color

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

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


#70dfff Background Color

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

This div background color is #70dfff


#70dfff Border Color

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

This div border color is #70dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dfff

#70dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.