Color Hex Logo

#70afdc Color Hex

#70AFDC
(112,175,220)
0 Favorites   0 Comments

Color spaces of #70afdc

RGB 112175220
HSL0.570.610.65
HSV205°49°86°
CMYK 0.490.200.00   0.14
XYZ34.930339.272073.4494
Yxy39.27200.23660.2660
Hunter Lab62.6674-10.1734-25.6238
CIE-Lab68.9478-8.0102-28.9422

#70afdc color RGB value is (112,175,220).

#70afdc hex color red value is 112, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #70afdc hue: 0.57 , saturation: 0.61 and the lightness value of 70afdc is 0.65.

The process color (four color CMYK) of #70afdc color hex is 0.49, 0.20, 0.00, 0.14. Web safe color of #70afdc is #6699cc. Color #70afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101111 11011100
Octal 160 257 334
Decimal 112 175 220
Hex 70 AF DC

RGB Percentages of Color #70afdc

%22.09
%34.52
%43.39

CMYK Percentages of Color #70afdc

%49
%20
%0
%14

Triadic Colors of #70afdc

#70afdc #dc70af #afdc70

Analogous Colors of #70afdc

#70afdc #7079dc #70dcd3

Monochromatic Colors of #70afdc

#70afdc

Complementary Color

#70afdc #dc9d70

#70afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70afdc Color CSS Codes

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

#70afdc Text Font Color

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

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


#70afdc Background Color

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

This div background color is #70afdc


#70afdc Border Color

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

This div border color is #70afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70afdc


Comments

No comments written yet.

Please login to write comment.