Color Hex Logo

#70dfea Color Hex

#70DFEA
(112,223,234)
0 Favorites   0 Comments

Color spaces of #70dfea

RGB 112223234
HSL0.520.740.68
HSV185°52°92°
CMYK 0.520.050.00   0.08
XYZ47.921162.160687.3144
Yxy62.16060.24280.3149
Hunter Lab78.8420-29.4791-10.4719
CIE-Lab82.9988-28.7648-15.1237

#70dfea color RGB value is (112,223,234).

#70dfea hex color red value is 112, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #70dfea hue: 0.52 , saturation: 0.74 and the lightness value of 70dfea is 0.68.

The process color (four color CMYK) of #70dfea color hex is 0.52, 0.05, 0.00, 0.08. Web safe color of #70dfea is #66ccff. Color #70dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011111 11101010
Octal 160 337 352
Decimal 112 223 234
Hex 70 DF EA

RGB Percentages of Color #70dfea

%19.68
%39.19
%41.12

CMYK Percentages of Color #70dfea

%52
%5
%0
%8

Triadic Colors of #70dfea

#70dfea #ea70df #dfea70

Analogous Colors of #70dfea

#70dfea #70a2ea #70eab8

Monochromatic Colors of #70dfea

#70dfea

Complementary Color

#70dfea #ea7b70

#70dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dfea Color CSS Codes

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

#70dfea Text Font Color

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

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


#70dfea Background Color

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

This div background color is #70dfea


#70dfea Border Color

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

This div border color is #70dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dfea


Comments

No comments written yet.

Please login to write comment.