Color Hex Logo

#70adbf Color Hex

#70ADBF
(112,173,191)
0 Favorites   0 Comments

Color spaces of #70adbf

RGB 112173191
HSL0.540.380.59
HSV194°41°75°
CMYK 0.410.090.00   0.25
XYZ31.029637.093554.8145
Yxy37.09350.25240.3017
Hunter Lab60.9044-15.6406-10.7284
CIE-Lab67.3471-14.9715-15.3999

#70adbf color RGB value is (112,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 10111111
Octal 160 255 277
Decimal 112 173 191
Hex 70 AD BF

RGB Percentages of Color #70adbf

%23.53
%36.34
%40.13

CMYK Percentages of Color #70adbf

%41
%9
%0
%25

Triadic Colors of #70adbf

#70adbf #bf70ad #adbf70

Analogous Colors of #70adbf

#70adbf #7086bf #70bfaa

Monochromatic Colors of #70adbf

#70adbf

Complementary Color

#70adbf #bf8270

#70adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adbf Color CSS Codes

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

#70adbf Text Font Color

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

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


#70adbf Background Color

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

This div background color is #70adbf


#70adbf Border Color

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

This div border color is #70adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adbf


Comments

No comments written yet.

Please login to write comment.