Color Hex Logo

#70dafd Color Hex

#70DAFD
(112,218,253)
0 Favorites   0 Comments

Color spaces of #70dafd

RGB 112218253
HSL0.540.970.72
HSV195°56°99°
CMYK 0.560.140.00   0.01
XYZ49.483160.6794102.0328
Yxy60.67940.23320.2860
Hunter Lab77.8970-22.9298-23.1327
CIE-Lab82.2061-21.0705-26.3938

#70dafd color RGB value is (112,218,253).

#70dafd hex color red value is 112, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #70dafd hue: 0.54 , saturation: 0.97 and the lightness value of 70dafd is 0.72.

The process color (four color CMYK) of #70dafd color hex is 0.56, 0.14, 0.00, 0.01. Web safe color of #70dafd is #66ccff. Color #70dafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011010 11111101
Octal 160 332 375
Decimal 112 218 253
Hex 70 DA FD

RGB Percentages of Color #70dafd

%19.21
%37.39
%43.40

CMYK Percentages of Color #70dafd

%56
%14
%0
%1

Triadic Colors of #70dafd

#70dafd #fd70da #dafd70

Analogous Colors of #70dafd

#70dafd #7094fd #70fdda

Monochromatic Colors of #70dafd

#70dafd

Complementary Color

#70dafd #fd9370

#70dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dafd Color CSS Codes

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

#70dafd Text Font Color

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

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


#70dafd Background Color

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

This div background color is #70dafd


#70dafd Border Color

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

This div border color is #70dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dafd


Comments

No comments written yet.

Please login to write comment.