Color Hex Logo

#70adba Color Hex

#70ADBA
(112,173,186)
0 Favorites   0 Comments

Color spaces of #70adba

RGB 112173186
HSL0.530.350.58
HSV191°40°73°
CMYK 0.400.070.00   0.27
XYZ30.488636.877151.9654
Yxy36.87710.25550.3090
Hunter Lab60.7265-16.6530-8.2276
CIE-Lab67.1847-16.2842-12.8741

#70adba color RGB value is (112,173,186).

#70adba hex color red value is 112, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #70adba hue: 0.53 , saturation: 0.35 and the lightness value of 70adba is 0.58.

The process color (four color CMYK) of #70adba color hex is 0.40, 0.07, 0.00, 0.27. Web safe color of #70adba is #6699cc. Color #70adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 10111010
Octal 160 255 272
Decimal 112 173 186
Hex 70 AD BA

RGB Percentages of Color #70adba

%23.78
%36.73
%39.49

CMYK Percentages of Color #70adba

%40
%7
%0
%27

Triadic Colors of #70adba

#70adba #ba70ad #adba70

Analogous Colors of #70adba

#70adba #7088ba #70baa2

Monochromatic Colors of #70adba

#70adba

Complementary Color

#70adba #ba7d70

#70adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adba Color CSS Codes

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

#70adba Text Font Color

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

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


#70adba Background Color

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

This div background color is #70adba


#70adba Border Color

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

This div border color is #70adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adba


Comments

No comments written yet.

Please login to write comment.