Color Hex Logo

#70eafb Color Hex

#70EAFB
(112,234,251)
0 Favorites   0 Comments

Color spaces of #70eafb

RGB 112234251
HSL0.520.950.71
HSV187°55°98°
CMYK 0.550.070.00   0.02
XYZ53.517569.2554101.8138
Yxy69.25540.23830.3084
Hunter Lab83.2198-30.8439-14.2834
CIE-Lab86.6304-29.4936-18.6256

#70eafb color RGB value is (112,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 11111011
Octal 160 352 373
Decimal 112 234 251
Hex 70 EA FB

RGB Percentages of Color #70eafb

%18.76
%39.20
%42.04

CMYK Percentages of Color #70eafb

%55
%7
%0
%2

Triadic Colors of #70eafb

#70eafb #fb70ea #eafb70

Analogous Colors of #70eafb

#70eafb #70a5fb #70fbc7

Monochromatic Colors of #70eafb

#70eafb

Complementary Color

#70eafb #fb8170

#70eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eafb Color CSS Codes

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

#70eafb Text Font Color

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

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


#70eafb Background Color

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

This div background color is #70eafb


#70eafb Border Color

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

This div border color is #70eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eafb


Comments

No comments written yet.

Please login to write comment.