Color Hex Logo

#70cfef Color Hex

#70CFEF
(112,207,239)
0 Favorites   0 Comments

Color spaces of #70cfef

RGB 112207239
HSL0.540.800.69
HSV195°53°94°
CMYK 0.530.130.00   0.06
XYZ44.574954.302489.7934
Yxy54.30240.23630.2878
Hunter Lab73.6902-20.9838-20.6633
CIE-Lab78.6377-19.4544-24.3848

#70cfef color RGB value is (112,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001111 11101111
Octal 160 317 357
Decimal 112 207 239
Hex 70 CF EF

RGB Percentages of Color #70cfef

%20.07
%37.10
%42.83

CMYK Percentages of Color #70cfef

%53
%13
%0
%6

Triadic Colors of #70cfef

#70cfef #ef70cf #cfef70

Analogous Colors of #70cfef

#70cfef #7090ef #70efd0

Monochromatic Colors of #70cfef

#70cfef

Complementary Color

#70cfef #ef9070

#70cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cfef Color CSS Codes

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

#70cfef Text Font Color

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

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


#70cfef Background Color

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

This div background color is #70cfef


#70cfef Border Color

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

This div border color is #70cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cfef

#70cfef Color Palettes


Comments

No comments written yet.

Please login to write comment.