Color Hex Logo

#70ceef Color Hex

#70CEEF
(112,206,239)
0 Favorites   0 Comments

Color spaces of #70ceef

RGB 112206239
HSL0.540.800.69
HSV196°53°94°
CMYK 0.530.140.00   0.06
XYZ44.333453.819489.7129
Yxy53.81940.23600.2865
Hunter Lab73.3617-20.5132-21.1516
CIE-Lab78.3563-18.9442-24.8140

#70ceef color RGB value is (112,206,239).

#70ceef hex color red value is 112, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #70ceef hue: 0.54 , saturation: 0.80 and the lightness value of 70ceef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 11101111
Octal 160 316 357
Decimal 112 206 239
Hex 70 CE EF

RGB Percentages of Color #70ceef

%20.11
%36.98
%42.91

CMYK Percentages of Color #70ceef

%53
%14
%0
%6

Triadic Colors of #70ceef

#70ceef #ef70ce #ceef70

Analogous Colors of #70ceef

#70ceef #708fef #70efd1

Monochromatic Colors of #70ceef

#70ceef

Complementary Color

#70ceef #ef9170

#70ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ceef Color CSS Codes

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

#70ceef Text Font Color

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

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


#70ceef Background Color

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

This div background color is #70ceef


#70ceef Border Color

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

This div border color is #70ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ceef


Comments

No comments written yet.

Please login to write comment.