Color Hex Logo

#70ddfb Color Hex

#70DDFB
(112,221,251)
0 Favorites   0 Comments

Color spaces of #70ddfb

RGB 112221251
HSL0.540.950.71
HSV193°55°98°
CMYK 0.550.120.00   0.02
XYZ49.951162.1227100.6250
Yxy62.12270.23480.2921
Hunter Lab78.8180-24.8065-20.5216
CIE-Lab82.9786-23.1363-24.1575

#70ddfb color RGB value is (112,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011101 11111011
Octal 160 335 373
Decimal 112 221 251
Hex 70 DD FB

RGB Percentages of Color #70ddfb

%19.18
%37.84
%42.98

CMYK Percentages of Color #70ddfb

%55
%12
%0
%2

Triadic Colors of #70ddfb

#70ddfb #fb70dd #ddfb70

Analogous Colors of #70ddfb

#70ddfb #7098fb #70fbd4

Monochromatic Colors of #70ddfb

#70ddfb

Complementary Color

#70ddfb #fb8e70

#70ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ddfb Color CSS Codes

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

#70ddfb Text Font Color

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

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


#70ddfb Background Color

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

This div background color is #70ddfb


#70ddfb Border Color

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

This div border color is #70ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ddfb


Comments

No comments written yet.

Please login to write comment.