Color Hex Logo

#70beba Color Hex

#70BEBA
(112,190,186)
0 Favorites   0 Comments

Color spaces of #70beba

RGB 112190186
HSL0.490.380.59
HSV177°41°75°
CMYK 0.410.000.02   0.25
XYZ33.958543.816853.1221
Yxy43.81680.25940.3347
Hunter Lab66.1943-24.2672-1.2453
CIE-Lab72.1059-24.9751-5.5406

#70beba color RGB value is (112,190,186).

#70beba hex color red value is 112, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #70beba hue: 0.49 , saturation: 0.38 and the lightness value of 70beba is 0.59.

The process color (four color CMYK) of #70beba color hex is 0.41, 0.00, 0.02, 0.25. Web safe color of #70beba is #66cccc. Color #70beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111110 10111010
Octal 160 276 272
Decimal 112 190 186
Hex 70 BE BA

RGB Percentages of Color #70beba

%22.95
%38.93
%38.11

CMYK Percentages of Color #70beba

%41
%0
%2
%25

Triadic Colors of #70beba

#70beba #ba70be #beba70

Analogous Colors of #70beba

#70beba #709bbe #70be93

Monochromatic Colors of #70beba

#70beba

Complementary Color

#70beba #be7074

#70beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#70beba Color CSS Codes

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

#70beba Text Font Color

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

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


#70beba Background Color

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

This div background color is #70beba


#70beba Border Color

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

This div border color is #70beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70beba


Comments

No comments written yet.

Please login to write comment.