Color Hex Logo

#46d090 Color Hex

#46D090
(70,208,144)
0 Favorites   0 Comments

Color spaces of #46d090

RGB 70208144
HSL0.420.590.55
HSV152°66°82°
CMYK 0.660.000.31   0.18
XYZ30.115748.427534.1457
Yxy48.42750.26720.4297
Hunter Lab69.5899-44.534619.6211
CIE-Lab75.0938-51.776021.1783

#46d090 color RGB value is (70,208,144).

#46d090 hex color red value is 70, green value is 208 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #46d090 hue: 0.42 , saturation: 0.59 and the lightness value of 46d090 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11010000 10010000
Octal 106 320 220
Decimal 70 208 144
Hex 46 D0 90

RGB Percentages of Color #46d090

%16.59
%49.29
%34.12

CMYK Percentages of Color #46d090

%66
%0
%31
%18

Triadic Colors of #46d090

#46d090 #9046d0 #d09046

Analogous Colors of #46d090

#46d090 #46cbd0 #46d04b

Monochromatic Colors of #46d090

#46d090

Complementary Color

#46d090 #d04686

#46d090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46d090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46d090 Color CSS Codes

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

#46d090 Text Font Color

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

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


#46d090 Background Color

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

This div background color is #46d090


#46d090 Border Color

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

This div border color is #46d090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46d090


Comments

No comments written yet.

Please login to write comment.