Color Hex Logo

#70addf Color Hex

#70ADDF
(112,173,223)
0 Favorites   0 Comments

Color spaces of #70addf

RGB 112173223
HSL0.580.630.66
HSV207°50°87°
CMYK 0.500.220.00   0.13
XYZ34.944938.659675.4323
Yxy38.65960.23450.2594
Hunter Lab62.1768-8.4881-28.4062
CIE-Lab68.5040-6.0471-31.2719

#70addf color RGB value is (112,173,223).

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

The process color (four color CMYK) of #70addf color hex is 0.50, 0.22, 0.00, 0.13. Web safe color of #70addf is #6699cc. Color #70addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 11011111
Octal 160 255 337
Decimal 112 173 223
Hex 70 AD DF

RGB Percentages of Color #70addf

%22.05
%34.06
%43.90

CMYK Percentages of Color #70addf

%50
%22
%0
%13

Triadic Colors of #70addf

#70addf #df70ad #addf70

Analogous Colors of #70addf

#70addf #7076df #70dfda

Monochromatic Colors of #70addf

#70addf

Complementary Color

#70addf #dfa270

#70addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70addf Color CSS Codes

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

#70addf Text Font Color

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

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


#70addf Background Color

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

This div background color is #70addf


#70addf Border Color

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

This div border color is #70addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70addf


Comments

No comments written yet.

Please login to write comment.