Color Hex Logo

#70adeb Color Hex

#70ADEB
(112,173,235)
0 Favorites   0 Comments

Color spaces of #70adeb

RGB 112173235
HSL0.580.750.68
HSV210°52°92°
CMYK 0.520.260.00   0.08
XYZ36.621139.330084.2586
Yxy39.33000.22860.2455
Hunter Lab62.7136-5.5153-35.7592
CIE-Lab68.9896-2.5026-37.0839

#70adeb color RGB value is (112,173,235).

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

The process color (four color CMYK) of #70adeb color hex is 0.52, 0.26, 0.00, 0.08. Web safe color of #70adeb is #6699ff. Color #70adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 11101011
Octal 160 255 353
Decimal 112 173 235
Hex 70 AD EB

RGB Percentages of Color #70adeb

%21.54
%33.27
%45.19

CMYK Percentages of Color #70adeb

%52
%26
%0
%8

Triadic Colors of #70adeb

#70adeb #eb70ad #adeb70

Analogous Colors of #70adeb

#70adeb #7170eb #70ebeb

Monochromatic Colors of #70adeb

#70adeb

Complementary Color

#70adeb #ebae70

#70adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adeb Color CSS Codes

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

#70adeb Text Font Color

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

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


#70adeb Background Color

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

This div background color is #70adeb


#70adeb Border Color

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

This div border color is #70adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adeb


Comments

No comments written yet.

Please login to write comment.