Color Hex Logo

#70ccff Color Hex

#70CCFF
(112,204,255)
0 Favorites   0 Comments

Color spaces of #70ccff

RGB 112204255
HSL0.561.000.72
HSV201°56°100°
CMYK 0.560.200.00   0.00
XYZ46.325053.8505102.5603
Yxy53.85050.22850.2656
Hunter Lab73.3829-15.7370-31.4960
CIE-Lab78.3745-13.3008-33.3367

#70ccff color RGB value is (112,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 11111111
Octal 160 314 377
Decimal 112 204 255
Hex 70 CC FF

RGB Percentages of Color #70ccff

%19.61
%35.73
%44.66

CMYK Percentages of Color #70ccff

%56
%20
%0
%0

Triadic Colors of #70ccff

#70ccff #ff70cc #ccff70

Analogous Colors of #70ccff

#70ccff #7085ff #70ffeb

Monochromatic Colors of #70ccff

#70ccff

Complementary Color

#70ccff #ffa370

#70ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccff Color CSS Codes

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

#70ccff Text Font Color

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

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


#70ccff Background Color

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

This div background color is #70ccff


#70ccff Border Color

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

This div border color is #70ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccff

Related Colors

#70ccff Color Palettes


Comments

No comments written yet.

Please login to write comment.