Color Hex Logo

#70bede Color Hex

#70BEDE
(112,190,222)
0 Favorites   0 Comments

Color spaces of #70bede

RGB 112190222
HSL0.550.630.65
HSV197°50°87°
CMYK 0.500.140.00   0.13
XYZ38.280445.545675.8808
Yxy45.54560.23970.2852
Hunter Lab67.4875-16.8539-19.4226
CIE-Lab73.2497-15.4508-23.4396

#70bede color RGB value is (112,190,222).

#70bede hex color red value is 112, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #70bede hue: 0.55 , saturation: 0.63 and the lightness value of 70bede is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 11011110
Octal 160 276 336
Decimal 112 190 222
Hex 70 BE DE

RGB Percentages of Color #70bede

%21.37
%36.26
%42.37

CMYK Percentages of Color #70bede

%50
%14
%0
%13

Triadic Colors of #70bede

#70bede #de70be #bede70

Analogous Colors of #70bede

#70bede #7087de #70dec7

Monochromatic Colors of #70bede

#70bede

Complementary Color

#70bede #de9070

#70bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bede Color CSS Codes

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

#70bede Text Font Color

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

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


#70bede Background Color

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

This div background color is #70bede


#70bede Border Color

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

This div border color is #70bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bede


Comments

No comments written yet.

Please login to write comment.