Color Hex Logo

#46dcc9 Color Hex

#46DCC9
(70,220,201)
0 Favorites   0 Comments

Color spaces of #46dcc9

RGB 70220201
HSL0.480.680.57
HSV172°68°86°
CMYK 0.680.000.09   0.14
XYZ38.661656.705564.1659
Yxy56.70550.24230.3554
Hunter Lab75.3031-40.13602.1910
CIE-Lab80.0137-43.3842-2.1380

#46dcc9 color RGB value is (70,220,201).

#46dcc9 hex color red value is 70, green value is 220 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #46dcc9 hue: 0.48 , saturation: 0.68 and the lightness value of 46dcc9 is 0.57.

The process color (four color CMYK) of #46dcc9 color hex is 0.68, 0.00, 0.09, 0.14. Web safe color of #46dcc9 is #33cccc. Color #46dcc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011100 11001001
Octal 106 334 311
Decimal 70 220 201
Hex 46 DC C9

RGB Percentages of Color #46dcc9

%14.26
%44.81
%40.94

CMYK Percentages of Color #46dcc9

%68
%0
%9
%14

Triadic Colors of #46dcc9

#46dcc9 #c946dc #dcc946

Analogous Colors of #46dcc9

#46dcc9 #46a4dc #46dc7e

Monochromatic Colors of #46dcc9

#46dcc9

Complementary Color

#46dcc9 #dc4659

#46dcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dcc9 Color CSS Codes

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

#46dcc9 Text Font Color

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

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


#46dcc9 Background Color

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

This div background color is #46dcc9


#46dcc9 Border Color

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

This div border color is #46dcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dcc9


Comments

No comments written yet.

Please login to write comment.