Color Hex Logo

#70cef5 Color Hex

#70CEF5
(112,206,245)
0 Favorites   0 Comments

Color spaces of #70cef5

RGB 112206245
HSL0.550.870.70
HSV198°54°96°
CMYK 0.540.160.00   0.04
XYZ45.234854.179994.4598
Yxy54.17990.23330.2795
Hunter Lab73.6070-19.1160-24.5619
CIE-Lab78.5665-17.2398-27.7018

#70cef5 color RGB value is (112,206,245).

#70cef5 hex color red value is 112, green value is 206 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #70cef5 hue: 0.55 , saturation: 0.87 and the lightness value of 70cef5 is 0.70.

The process color (four color CMYK) of #70cef5 color hex is 0.54, 0.16, 0.00, 0.04. Web safe color of #70cef5 is #66ccff. Color #70cef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 11110101
Octal 160 316 365
Decimal 112 206 245
Hex 70 CE F5

RGB Percentages of Color #70cef5

%19.89
%36.59
%43.52

CMYK Percentages of Color #70cef5

%54
%16
%0
%4

Triadic Colors of #70cef5

#70cef5 #f570ce #cef570

Analogous Colors of #70cef5

#70cef5 #708cf5 #70f5da

Monochromatic Colors of #70cef5

#70cef5

Complementary Color

#70cef5 #f59770

#70cef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cef5 Color CSS Codes

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

#70cef5 Text Font Color

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

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


#70cef5 Background Color

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

This div background color is #70cef5


#70cef5 Border Color

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

This div border color is #70cef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cef5


Comments

No comments written yet.

Please login to write comment.