Color Hex Logo

#70c7bf Color Hex

#70C7BF
(112,199,191)
0 Favorites   0 Comments

Color spaces of #70c7bf

RGB 112199191
HSL0.480.440.61
HSV174°44°78°
CMYK 0.440.000.04   0.22
XYZ36.509548.053256.6412
Yxy48.05320.25860.3403
Hunter Lab69.3204-27.29880.0789
CIE-Lab74.8585-28.1692-4.1974

#70c7bf color RGB value is (112,199,191).

#70c7bf hex color red value is 112, green value is 199 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #70c7bf hue: 0.48 , saturation: 0.44 and the lightness value of 70c7bf is 0.61.

The process color (four color CMYK) of #70c7bf color hex is 0.44, 0.00, 0.04, 0.22. Web safe color of #70c7bf is #66cccc. Color #70c7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11000111 10111111
Octal 160 307 277
Decimal 112 199 191
Hex 70 C7 BF

RGB Percentages of Color #70c7bf

%22.31
%39.64
%38.05

CMYK Percentages of Color #70c7bf

%44
%0
%4
%22

Triadic Colors of #70c7bf

#70c7bf #bf70c7 #c7bf70

Analogous Colors of #70c7bf

#70c7bf #70a4c7 #70c794

Monochromatic Colors of #70c7bf

#70c7bf

Complementary Color

#70c7bf #c77078

#70c7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70c7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70c7bf Color CSS Codes

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

#70c7bf Text Font Color

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

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


#70c7bf Background Color

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

This div background color is #70c7bf


#70c7bf Border Color

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

This div border color is #70c7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70c7bf


Comments

No comments written yet.

Please login to write comment.