Color Hex Logo

#70afec Color Hex

#70AFEC
(112,175,236)
0 Favorites   0 Comments

Color spaces of #70afec

RGB 112175236
HSL0.580.770.68
HSV210°53°93°
CMYK 0.530.260.00   0.07
XYZ37.152440.160885.1506
Yxy40.16080.22870.2472
Hunter Lab63.3725-6.2557-35.3043
CIE-Lab69.5839-3.3130-36.7050

#70afec color RGB value is (112,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101111 11101100
Octal 160 257 354
Decimal 112 175 236
Hex 70 AF EC

RGB Percentages of Color #70afec

%21.41
%33.46
%45.12

CMYK Percentages of Color #70afec

%53
%26
%0
%7

Triadic Colors of #70afec

#70afec #ec70af #afec70

Analogous Colors of #70afec

#70afec #7071ec #70eceb

Monochromatic Colors of #70afec

#70afec

Complementary Color

#70afec #ecad70

#70afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#70afec Color CSS Codes

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

#70afec Text Font Color

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

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


#70afec Background Color

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

This div background color is #70afec


#70afec Border Color

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

This div border color is #70afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70afec


Comments

No comments written yet.

Please login to write comment.