Color Hex Logo

#46ceaa Color Hex

#46CEAA
(70,206,170)
0 Favorites   0 Comments

Color spaces of #46ceaa

RGB 70206170
HSL0.460.580.54
HSV164°66°81°
CMYK 0.660.000.17   0.19
XYZ31.852848.347045.6833
Yxy48.34700.25300.3841
Hunter Lab69.5320-39.90979.7182
CIE-Lab75.0433-45.12667.2456

#46ceaa color RGB value is (70,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001110 10101010
Octal 106 316 252
Decimal 70 206 170
Hex 46 CE AA

RGB Percentages of Color #46ceaa

%15.70
%46.19
%38.12

CMYK Percentages of Color #46ceaa

%66
%0
%17
%19

Triadic Colors of #46ceaa

#46ceaa #aa46ce #ceaa46

Analogous Colors of #46ceaa

#46ceaa #46aece #46ce66

Monochromatic Colors of #46ceaa

#46ceaa

Complementary Color

#46ceaa #ce466a

#46ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ceaa Color CSS Codes

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

#46ceaa Text Font Color

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

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


#46ceaa Background Color

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

This div background color is #46ceaa


#46ceaa Border Color

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

This div border color is #46ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ceaa


Comments

No comments written yet.

Please login to write comment.