Color Hex Logo

#70adbe Color Hex

#70ADBE
(112,173,190)
0 Favorites   0 Comments

Color spaces of #70adbe

RGB 112173190
HSL0.540.380.59
HSV193°41°75°
CMYK 0.410.090.00   0.25
XYZ30.919937.049654.2368
Yxy37.04960.25300.3032
Hunter Lab60.8684-15.8453-10.2225
CIE-Lab67.3142-15.2360-14.8957

#70adbe color RGB value is (112,173,190).

#70adbe hex color red value is 112, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #70adbe hue: 0.54 , saturation: 0.38 and the lightness value of 70adbe is 0.59.

The process color (four color CMYK) of #70adbe color hex is 0.41, 0.09, 0.00, 0.25. Web safe color of #70adbe is #6699cc. Color #70adbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 10111110
Octal 160 255 276
Decimal 112 173 190
Hex 70 AD BE

RGB Percentages of Color #70adbe

%23.58
%36.42
%40.00

CMYK Percentages of Color #70adbe

%41
%9
%0
%25

Triadic Colors of #70adbe

#70adbe #be70ad #adbe70

Analogous Colors of #70adbe

#70adbe #7086be #70bea8

Monochromatic Colors of #70adbe

#70adbe

Complementary Color

#70adbe #be8170

#70adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adbe Color CSS Codes

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

#70adbe Text Font Color

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

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


#70adbe Background Color

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

This div background color is #70adbe


#70adbe Border Color

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

This div border color is #70adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adbe


Comments

No comments written yet.

Please login to write comment.