Color Hex Logo

#70cabd Color Hex

#70CABD
(112,202,189)
0 Favorites   0 Comments

Color spaces of #70cabd

RGB 112202189
HSL0.480.460.62
HSV171°45°79°
CMYK 0.450.000.06   0.21
XYZ36.987949.359955.7221
Yxy49.35990.26040.3474
Hunter Lab70.2566-28.97442.1554
CIE-Lab75.6747-30.1067-1.9153

#70cabd color RGB value is (112,202,189).

#70cabd hex color red value is 112, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #70cabd hue: 0.48 , saturation: 0.46 and the lightness value of 70cabd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 10111101
Octal 160 312 275
Decimal 112 202 189
Hex 70 CA BD

RGB Percentages of Color #70cabd

%22.27
%40.16
%37.57

CMYK Percentages of Color #70cabd

%45
%0
%6
%21

Triadic Colors of #70cabd

#70cabd #bd70ca #cabd70

Analogous Colors of #70cabd

#70cabd #70aaca #70ca90

Monochromatic Colors of #70cabd

#70cabd

Complementary Color

#70cabd #ca707d

#70cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cabd Color CSS Codes

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

#70cabd Text Font Color

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

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


#70cabd Background Color

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

This div background color is #70cabd


#70cabd Border Color

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

This div border color is #70cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cabd


Comments

No comments written yet.

Please login to write comment.