Color Hex Logo

#70cdfb Color Hex

#70CDFB
(112,205,251)
0 Favorites   0 Comments

Color spaces of #70cdfb

RGB 112205251
HSL0.560.950.71
HSV200°55°98°
CMYK 0.550.180.00   0.02
XYZ45.926054.072499.2833
Yxy54.07240.23050.2713
Hunter Lab73.5339-17.2013-28.5778
CIE-Lab78.5039-14.9917-31.0028

#70cdfb color RGB value is (112,205,251).

#70cdfb hex color red value is 112, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #70cdfb hue: 0.56 , saturation: 0.95 and the lightness value of 70cdfb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 11111011
Octal 160 315 373
Decimal 112 205 251
Hex 70 CD FB

RGB Percentages of Color #70cdfb

%19.72
%36.09
%44.19

CMYK Percentages of Color #70cdfb

%55
%18
%0
%2

Triadic Colors of #70cdfb

#70cdfb #fb70cd #cdfb70

Analogous Colors of #70cdfb

#70cdfb #7088fb #70fbe4

Monochromatic Colors of #70cdfb

#70cdfb

Complementary Color

#70cdfb #fb9e70

#70cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cdfb Color CSS Codes

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

#70cdfb Text Font Color

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

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


#70cdfb Background Color

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

This div background color is #70cdfb


#70cdfb Border Color

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

This div border color is #70cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cdfb


Comments

No comments written yet.

Please login to write comment.