Color Hex Logo

#70cbff Color Hex

#70CBFF
(112,203,255)
0 Favorites   0 Comments

Color spaces of #70cbff

RGB 112203255
HSL0.561.000.72
HSV202°56°100°
CMYK 0.560.200.00   0.00
XYZ46.088053.3766102.4814
Yxy53.37660.22820.2643
Hunter Lab73.0593-15.2506-32.0255
CIE-Lab78.0968-12.7762-33.7651

#70cbff color RGB value is (112,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001011 11111111
Octal 160 313 377
Decimal 112 203 255
Hex 70 CB FF

RGB Percentages of Color #70cbff

%19.65
%35.61
%44.74

CMYK Percentages of Color #70cbff

%56
%20
%0
%0

Triadic Colors of #70cbff

#70cbff #ff70cb #cbff70

Analogous Colors of #70cbff

#70cbff #7084ff #70ffec

Monochromatic Colors of #70cbff

#70cbff

Complementary Color

#70cbff #ffa470

#70cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cbff Color CSS Codes

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

#70cbff Text Font Color

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

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


#70cbff Background Color

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

This div background color is #70cbff


#70cbff Border Color

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

This div border color is #70cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cbff

Related Colors

#70cbff Color Palettes


Comments

No comments written yet.

Please login to write comment.