Color Hex Logo

#46cfab Color Hex

#46CFAB
(70,207,171)
0 Favorites   0 Comments

Color spaces of #46cfab

RGB 70207171
HSL0.460.590.54
HSV164°66°81°
CMYK 0.660.000.17   0.19
XYZ32.189348.868046.2640
Yxy48.86800.25280.3838
Hunter Lab69.9057-40.14149.6955
CIE-Lab75.3691-45.31257.1757

#46cfab color RGB value is (70,207,171).

#46cfab hex color red value is 70, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #46cfab hue: 0.46 , saturation: 0.59 and the lightness value of 46cfab is 0.54.

The process color (four color CMYK) of #46cfab color hex is 0.66, 0.00, 0.17, 0.19. Web safe color of #46cfab is #33cc99. Color #46cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001111 10101011
Octal 106 317 253
Decimal 70 207 171
Hex 46 CF AB

RGB Percentages of Color #46cfab

%15.63
%46.21
%38.17

CMYK Percentages of Color #46cfab

%66
%0
%17
%19

Triadic Colors of #46cfab

#46cfab #ab46cf #cfab46

Analogous Colors of #46cfab

#46cfab #46afcf #46cf67

Monochromatic Colors of #46cfab

#46cfab

Complementary Color

#46cfab #cf466a

#46cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cfab Color CSS Codes

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

#46cfab Text Font Color

<p style="color:#46cfab">Text here</p>

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


#46cfab Background Color

<div style="background-color:#46cfab">
Div content here</div>

This div background color is #46cfab


#46cfab Border Color

<div style="border:3px solid #46cfab">
Div here</div>

This div border color is #46cfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,207,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 #46cfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cfab


Comments

No comments written yet.

Please login to write comment.