color codes Logo

#70c7dd color codes

#70C7DD
(112,199,221)
0 Favorites   0 Comments

Color spaces of #70c7dd

RGB 112199221
HSL0.530.620.65
HSV192°49°87°
CMYK 0.490.100.00   0.13
XYZ40.156749.512175.8469
Yxy49.51210.24260.2991
Hunter Lab70.3648-21.2698-14.6538
CIE-Lab75.7688-20.3722-19.0700

#70c7dd color RGB value is (112,199,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11000111 11011101
Octal 160 307 335
Decimal 112 199 221
Hex 70 C7 DD

RGB Percentages of Color #70c7dd

%21.05
%37.41
%41.54

CMYK Percentages of Color #70c7dd

%49
%10
%0
%13

Triadic Colors of #70c7dd

#70c7dd #dd70c7 #c7dd70

Analogous Colors of #70c7dd

#70c7dd #7091dd #70ddbd

Monochromatic Colors of #70c7dd

#70c7dd

Complementary Color

#70c7dd #dd8670

#70c7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70c7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70c7dd Color CSS Codes

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

#70c7dd Text Font Color

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

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


#70c7dd Background Color

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

This div background color is #70c7dd


#70c7dd Border Color

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

This div border color is #70c7dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,199,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 #70c7dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70c7dd


Comments

No comments written yet.

Please login to write comment.