Color Hex Logo

#70ceab Color Hex

#70CEAB
(112,206,171)
0 Favorites   0 Comments

Color spaces of #70ceab

RGB 112206171
HSL0.440.490.62
HSV158°46°81°
CMYK 0.460.000.17   0.19
XYZ36.104150.527646.3780
Yxy50.52760.27140.3799
Hunter Lab71.0828-33.731811.0741
CIE-Lab76.3920-36.12948.8159

#70ceab color RGB value is (112,206,171).

#70ceab hex color red value is 112, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #70ceab hue: 0.44 , saturation: 0.49 and the lightness value of 70ceab is 0.62.

The process color (four color CMYK) of #70ceab color hex is 0.46, 0.00, 0.17, 0.19. Web safe color of #70ceab is #66cc99. Color #70ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 10101011
Octal 160 316 253
Decimal 112 206 171
Hex 70 CE AB

RGB Percentages of Color #70ceab

%22.90
%42.13
%34.97

CMYK Percentages of Color #70ceab

%46
%0
%17
%19

Triadic Colors of #70ceab

#70ceab #ab70ce #ceab70

Analogous Colors of #70ceab

#70ceab #70c2ce #70ce7c

Monochromatic Colors of #70ceab

#70ceab

Complementary Color

#70ceab #ce7093

#70ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ceab Color CSS Codes

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

#70ceab Text Font Color

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

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


#70ceab Background Color

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

This div background color is #70ceab


#70ceab Border Color

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

This div border color is #70ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ceab


Comments

No comments written yet.

Please login to write comment.