Color Hex Logo

#70bedf Color Hex

#70BEDF
(112,190,223)
0 Favorites   0 Comments

Color spaces of #70bedf

RGB 112190223
HSL0.550.630.66
HSV198°50°87°
CMYK 0.500.150.00   0.13
XYZ38.414845.599476.5889
Yxy45.59940.23920.2839
Hunter Lab67.5273-16.6281-19.9771
CIE-Lab73.2848-15.1706-23.9289

#70bedf color RGB value is (112,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 11011111
Octal 160 276 337
Decimal 112 190 223
Hex 70 BE DF

RGB Percentages of Color #70bedf

%21.33
%36.19
%42.48

CMYK Percentages of Color #70bedf

%50
%15
%0
%13

Triadic Colors of #70bedf

#70bedf #df70be #bedf70

Analogous Colors of #70bedf

#70bedf #7087df #70dfc9

Monochromatic Colors of #70bedf

#70bedf

Complementary Color

#70bedf #df9170

#70bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bedf Color CSS Codes

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

#70bedf Text Font Color

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

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


#70bedf Background Color

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

This div background color is #70bedf


#70bedf Border Color

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

This div border color is #70bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bedf


Comments

No comments written yet.

Please login to write comment.