Color Hex Logo

#70bfdd Color Hex

#70BFDD
(112,191,221)
0 Favorites   0 Comments

Color spaces of #70bfdd

RGB 112191221
HSL0.550.620.65
HSV197°49°87°
CMYK 0.490.140.00   0.13
XYZ38.364045.926875.2494
Yxy45.92680.24050.2879
Hunter Lab67.7693-17.5480-18.3957
CIE-Lab73.4980-16.2525-22.5183

#70bfdd color RGB value is (112,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 11011101
Octal 160 277 335
Decimal 112 191 221
Hex 70 BF DD

RGB Percentages of Color #70bfdd

%21.37
%36.45
%42.18

CMYK Percentages of Color #70bfdd

%49
%14
%0
%13

Triadic Colors of #70bfdd

#70bfdd #dd70bf #bfdd70

Analogous Colors of #70bfdd

#70bfdd #7089dd #70ddc5

Monochromatic Colors of #70bfdd

#70bfdd

Complementary Color

#70bfdd #dd8e70

#70bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfdd Color CSS Codes

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

#70bfdd Text Font Color

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

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


#70bfdd Background Color

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

This div background color is #70bfdd


#70bfdd Border Color

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

This div border color is #70bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfdd


Comments

No comments written yet.

Please login to write comment.