Color Hex Logo

#70cfe2 Color Hex

#70CFE2
(112,207,226)
0 Favorites   0 Comments

Color spaces of #70cfe2

RGB 112207226
HSL0.530.660.66
HSV190°50°89°
CMYK 0.500.080.00   0.11
XYZ42.722453.561480.0382
Yxy53.56140.24230.3038
Hunter Lab73.1857-23.8749-13.6115
CIE-Lab78.2053-23.0482-18.0765

#70cfe2 color RGB value is (112,207,226).

#70cfe2 hex color red value is 112, green value is 207 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #70cfe2 hue: 0.53 , saturation: 0.66 and the lightness value of 70cfe2 is 0.66.

The process color (four color CMYK) of #70cfe2 color hex is 0.50, 0.08, 0.00, 0.11. Web safe color of #70cfe2 is #66cccc. Color #70cfe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001111 11100010
Octal 160 317 342
Decimal 112 207 226
Hex 70 CF E2

RGB Percentages of Color #70cfe2

%20.55
%37.98
%41.47

CMYK Percentages of Color #70cfe2

%50
%8
%0
%11

Triadic Colors of #70cfe2

#70cfe2 #e270cf #cfe270

Analogous Colors of #70cfe2

#70cfe2 #7096e2 #70e2bc

Monochromatic Colors of #70cfe2

#70cfe2

Complementary Color

#70cfe2 #e28370

#70cfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cfe2 Color CSS Codes

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

#70cfe2 Text Font Color

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

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


#70cfe2 Background Color

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

This div background color is #70cfe2


#70cfe2 Border Color

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

This div border color is #70cfe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cfe2


Comments

No comments written yet.

Please login to write comment.