Color Hex Logo

#70afeb Color Hex

#70AFEB
(112,175,235)
0 Favorites   0 Comments

Color spaces of #70afeb

RGB 112175235
HSL0.580.750.68
HSV209°52°92°
CMYK 0.520.260.00   0.08
XYZ37.007540.102884.3874
Yxy40.10280.22920.2483
Hunter Lab63.3268-6.5083-34.6794
CIE-Lab69.5427-3.6112-36.2239

#70afeb color RGB value is (112,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101111 11101011
Octal 160 257 353
Decimal 112 175 235
Hex 70 AF EB

RGB Percentages of Color #70afeb

%21.46
%33.52
%45.02

CMYK Percentages of Color #70afeb

%52
%26
%0
%8

Triadic Colors of #70afeb

#70afeb #eb70af #afeb70

Analogous Colors of #70afeb

#70afeb #7072eb #70ebea

Monochromatic Colors of #70afeb

#70afeb

Complementary Color

#70afeb #ebac70

#70afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70afeb Color CSS Codes

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

#70afeb Text Font Color

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

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


#70afeb Background Color

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

This div background color is #70afeb


#70afeb Border Color

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

This div border color is #70afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70afeb


Comments

No comments written yet.

Please login to write comment.