Color Hex Logo

#46cfac Color Hex

#46CFAC
(70,207,172)
0 Favorites   0 Comments

Color spaces of #46cfac

RGB 70207172
HSL0.460.590.54
HSV165°66°81°
CMYK 0.660.000.17   0.19
XYZ32.285048.906346.7680
Yxy48.90630.25230.3822
Hunter Lab69.9330-39.97729.3027
CIE-Lab75.3930-45.07036.6729

#46cfac color RGB value is (70,207,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001111 10101100
Octal 106 317 254
Decimal 70 207 172
Hex 46 CF AC

RGB Percentages of Color #46cfac

%15.59
%46.10
%38.31

CMYK Percentages of Color #46cfac

%66
%0
%17
%19

Triadic Colors of #46cfac

#46cfac #ac46cf #cfac46

Analogous Colors of #46cfac

#46cfac #46aecf #46cf68

Monochromatic Colors of #46cfac

#46cfac

Complementary Color

#46cfac #cf4669

#46cfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cfac Color CSS Codes

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

#46cfac Text Font Color

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

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


#46cfac Background Color

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

This div background color is #46cfac


#46cfac Border Color

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

This div border color is #46cfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,207,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cfac


Comments

No comments written yet.

Please login to write comment.