Color Hex Logo

#46ddbe Color Hex

#46DDBE
(70,221,190)
0 Favorites   0 Comments

Color spaces of #46ddbe

RGB 70221190
HSL0.470.690.57
HSV168°68°87°
CMYK 0.680.000.14   0.13
XYZ37.676556.732757.6799
Yxy56.73270.24770.3730
Hunter Lab75.3211-42.52427.3213
CIE-Lab80.0290-46.62403.7401

#46ddbe color RGB value is (70,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 10111110
Octal 106 335 276
Decimal 70 221 190
Hex 46 DD BE

RGB Percentages of Color #46ddbe

%14.55
%45.95
%39.50

CMYK Percentages of Color #46ddbe

%68
%0
%14
%13

Triadic Colors of #46ddbe

#46ddbe #be46dd #ddbe46

Analogous Colors of #46ddbe

#46ddbe #46b1dd #46dd73

Monochromatic Colors of #46ddbe

#46ddbe

Complementary Color

#46ddbe #dd4665

#46ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ddbe Color CSS Codes

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

#46ddbe Text Font Color

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

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


#46ddbe Background Color

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

This div background color is #46ddbe


#46ddbe Border Color

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

This div border color is #46ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ddbe


Comments

No comments written yet.

Please login to write comment.