Color Hex Logo

#46dcbe Color Hex

#46DCBE
(70,220,190)
0 Favorites   0 Comments

Color spaces of #46dcbe

RGB 70220190
HSL0.470.680.57
HSV168°68°86°
CMYK 0.680.000.14   0.14
XYZ37.413356.206257.5922
Yxy56.20620.24740.3717
Hunter Lab74.9708-42.12056.9333
CIE-Lab79.7310-46.19683.3084

#46dcbe color RGB value is (70,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011100 10111110
Octal 106 334 276
Decimal 70 220 190
Hex 46 DC BE

RGB Percentages of Color #46dcbe

%14.58
%45.83
%39.58

CMYK Percentages of Color #46dcbe

%68
%0
%14
%14

Triadic Colors of #46dcbe

#46dcbe #be46dc #dcbe46

Analogous Colors of #46dcbe

#46dcbe #46afdc #46dc73

Monochromatic Colors of #46dcbe

#46dcbe

Complementary Color

#46dcbe #dc4664

#46dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dcbe Color CSS Codes

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

#46dcbe Text Font Color

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

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


#46dcbe Background Color

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

This div background color is #46dcbe


#46dcbe Border Color

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

This div border color is #46dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dcbe


Comments

No comments written yet.

Please login to write comment.