Color Hex Logo

#70edfb Color Hex

#70EDFB
(112,237,251)
0 Favorites   0 Comments

Color spaces of #70edfb

RGB 112237251
HSL0.520.950.71
HSV186°55°98°
CMYK 0.550.060.00   0.02
XYZ54.378970.9782102.1009
Yxy70.97820.23910.3120
Hunter Lab84.2486-32.2207-12.8796
CIE-Lab87.4744-30.9283-17.3540

#70edfb color RGB value is (112,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101101 11111011
Octal 160 355 373
Decimal 112 237 251
Hex 70 ED FB

RGB Percentages of Color #70edfb

%18.67
%39.50
%41.83

CMYK Percentages of Color #70edfb

%55
%6
%0
%2

Triadic Colors of #70edfb

#70edfb #fb70ed #edfb70

Analogous Colors of #70edfb

#70edfb #70a8fb #70fbc4

Monochromatic Colors of #70edfb

#70edfb

Complementary Color

#70edfb #fb7e70

#70edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70edfb Color CSS Codes

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

#70edfb Text Font Color

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

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


#70edfb Background Color

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

This div background color is #70edfb


#70edfb Border Color

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

This div border color is #70edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70edfb


Comments

No comments written yet.

Please login to write comment.