Color Hex Logo

#70afba Color Hex

#70AFBA
(112,175,186)
0 Favorites   0 Comments

Color spaces of #70afba

RGB 112175186
HSL0.520.350.58
HSV189°40°73°
CMYK 0.400.060.00   0.27
XYZ30.875037.649952.0942
Yxy37.64990.25600.3121
Hunter Lab61.3595-17.5612-7.3855
CIE-Lab67.7618-17.3316-12.0082

#70afba color RGB value is (112,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101111 10111010
Octal 160 257 272
Decimal 112 175 186
Hex 70 AF BA

RGB Percentages of Color #70afba

%23.68
%37.00
%39.32

CMYK Percentages of Color #70afba

%40
%6
%0
%27

Triadic Colors of #70afba

#70afba #ba70af #afba70

Analogous Colors of #70afba

#70afba #708aba #70baa0

Monochromatic Colors of #70afba

#70afba

Complementary Color

#70afba #ba7b70

#70afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#70afba Color CSS Codes

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

#70afba Text Font Color

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

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


#70afba Background Color

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

This div background color is #70afba


#70afba Border Color

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

This div border color is #70afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70afba


Comments

No comments written yet.

Please login to write comment.