Color Hex Logo

#46ddae Color Hex

#46DDAE
(70,221,174)
0 Favorites   0 Comments

Color spaces of #46ddae

RGB 70221174
HSL0.450.690.57
HSV161°68°87°
CMYK 0.680.000.21   0.13
XYZ36.022256.071048.9686
Yxy56.07100.25540.3975
Hunter Lab74.8806-45.171413.6433
CIE-Lab79.6542-50.464811.6891

#46ddae color RGB value is (70,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 10101110
Octal 106 335 256
Decimal 70 221 174
Hex 46 DD AE

RGB Percentages of Color #46ddae

%15.05
%47.53
%37.42

CMYK Percentages of Color #46ddae

%68
%0
%21
%13

Triadic Colors of #46ddae

#46ddae #ae46dd #ddae46

Analogous Colors of #46ddae

#46ddae #46c1dd #46dd63

Monochromatic Colors of #46ddae

#46ddae

Complementary Color

#46ddae #dd4675

#46ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ddae Color CSS Codes

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

#46ddae Text Font Color

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

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


#46ddae Background Color

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

This div background color is #46ddae


#46ddae Border Color

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

This div border color is #46ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ddae


Comments

No comments written yet.

Please login to write comment.