Color Hex Logo

#70eefd Color Hex

#70EEFD
(112,238,253)
0 Favorites   0 Comments

Color spaces of #70eefd

RGB 112238253
HSL0.520.970.72
HSV186°56°99°
CMYK 0.560.060.00   0.01
XYZ54.986271.6857103.8671
Yxy71.68570.23850.3109
Hunter Lab84.6674-32.2433-13.4678
CIE-Lab87.8171-30.8659-17.8855

#70eefd color RGB value is (112,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101110 11111101
Octal 160 356 375
Decimal 112 238 253
Hex 70 EE FD

RGB Percentages of Color #70eefd

%18.57
%39.47
%41.96

CMYK Percentages of Color #70eefd

%56
%6
%0
%1

Triadic Colors of #70eefd

#70eefd #fd70ee #eefd70

Analogous Colors of #70eefd

#70eefd #70a8fd #70fdc6

Monochromatic Colors of #70eefd

#70eefd

Complementary Color

#70eefd #fd7f70

#70eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eefd Color CSS Codes

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

#70eefd Text Font Color

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

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


#70eefd Background Color

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

This div background color is #70eefd


#70eefd Border Color

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

This div border color is #70eefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,238,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 #70eefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eefd


Comments

No comments written yet.

Please login to write comment.