Color Hex Logo

#70ccbe Color Hex

#70CCBE
(112,204,190)
0 Favorites   0 Comments

Color spaces of #70ccbe

RGB 112204190
HSL0.470.470.62
HSV171°45°80°
CMYK 0.450.000.07   0.20
XYZ37.569250.348256.4533
Yxy50.34820.26020.3487
Hunter Lab70.9565-29.66372.4981
CIE-Lab76.2825-30.8242-1.5641

#70ccbe color RGB value is (112,204,190).

#70ccbe hex color red value is 112, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #70ccbe hue: 0.47 , saturation: 0.47 and the lightness value of 70ccbe is 0.62.

The process color (four color CMYK) of #70ccbe color hex is 0.45, 0.00, 0.07, 0.20. Web safe color of #70ccbe is #66cccc. Color #70ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 10111110
Octal 160 314 276
Decimal 112 204 190
Hex 70 CC BE

RGB Percentages of Color #70ccbe

%22.13
%40.32
%37.55

CMYK Percentages of Color #70ccbe

%45
%0
%7
%20

Triadic Colors of #70ccbe

#70ccbe #be70cc #ccbe70

Analogous Colors of #70ccbe

#70ccbe #70accc #70cc90

Monochromatic Colors of #70ccbe

#70ccbe

Complementary Color

#70ccbe #cc707e

#70ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccbe Color CSS Codes

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

#70ccbe Text Font Color

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

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


#70ccbe Background Color

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

This div background color is #70ccbe


#70ccbe Border Color

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

This div border color is #70ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccbe


Comments

No comments written yet.

Please login to write comment.