Color Hex Logo

#70afe5 Color Hex

#70AFE5
(112,175,229)
0 Favorites   0 Comments

Color spaces of #70afe5

RGB 112175229
HSL0.580.690.67
HSV208°51°90°
CMYK 0.510.240.00   0.10
XYZ36.154939.761879.8980
Yxy39.76180.23200.2552
Hunter Lab63.0570-8.0033-30.9851
CIE-Lab69.2995-5.3888-33.3258

#70afe5 color RGB value is (112,175,229).

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

The process color (four color CMYK) of #70afe5 color hex is 0.51, 0.24, 0.00, 0.10. Web safe color of #70afe5 is #6699cc. Color #70afe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101111 11100101
Octal 160 257 345
Decimal 112 175 229
Hex 70 AF E5

RGB Percentages of Color #70afe5

%21.71
%33.91
%44.38

CMYK Percentages of Color #70afe5

%51
%24
%0
%10

Triadic Colors of #70afe5

#70afe5 #e570af #afe570

Analogous Colors of #70afe5

#70afe5 #7075e5 #70e5e1

Monochromatic Colors of #70afe5

#70afe5

Complementary Color

#70afe5 #e5a670

#70afe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70afe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70afe5 Color CSS Codes

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

#70afe5 Text Font Color

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

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


#70afe5 Background Color

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

This div background color is #70afe5


#70afe5 Border Color

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

This div border color is #70afe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70afe5


Comments

No comments written yet.

Please login to write comment.