Color Hex Logo

#70bdda Color Hex

#70BDDA
(112,189,218)
0 Favorites   0 Comments

Color spaces of #70bdda

RGB 112189218
HSL0.550.590.65
HSV196°49°85°
CMYK 0.490.130.00   0.15
XYZ37.534644.901973.0183
Yxy44.90190.24150.2888
Hunter Lab67.0089-17.2799-17.7010
CIE-Lab72.8273-16.0436-21.9097

#70bdda color RGB value is (112,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111101 11011010
Octal 160 275 332
Decimal 112 189 218
Hex 70 BD DA

RGB Percentages of Color #70bdda

%21.58
%36.42
%42.00

CMYK Percentages of Color #70bdda

%49
%13
%0
%15

Triadic Colors of #70bdda

#70bdda #da70bd #bdda70

Analogous Colors of #70bdda

#70bdda #7088da #70dac2

Monochromatic Colors of #70bdda

#70bdda

Complementary Color

#70bdda #da8d70

#70bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bdda Color CSS Codes

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

#70bdda Text Font Color

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

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


#70bdda Background Color

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

This div background color is #70bdda


#70bdda Border Color

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

This div border color is #70bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bdda


Comments

No comments written yet.

Please login to write comment.