Color Hex Logo

#46ddbc Color Hex

#46DDBC
(70,221,188)
0 Favorites   0 Comments

Color spaces of #46ddbc

RGB 70221188
HSL0.460.690.57
HSV167°68°87°
CMYK 0.680.000.15   0.13
XYZ37.459356.645856.5364
Yxy56.64580.24870.3760
Hunter Lab75.2634-42.86988.1469
CIE-Lab79.9800-47.11974.7321

#46ddbc color RGB value is (70,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 10111100
Octal 106 335 274
Decimal 70 221 188
Hex 46 DD BC

RGB Percentages of Color #46ddbc

%14.61
%46.14
%39.25

CMYK Percentages of Color #46ddbc

%68
%0
%15
%13

Triadic Colors of #46ddbc

#46ddbc #bc46dd #ddbc46

Analogous Colors of #46ddbc

#46ddbc #46b3dd #46dd71

Monochromatic Colors of #46ddbc

#46ddbc

Complementary Color

#46ddbc #dd4667

#46ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ddbc Color CSS Codes

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

#46ddbc Text Font Color

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

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


#46ddbc Background Color

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

This div background color is #46ddbc


#46ddbc Border Color

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

This div border color is #46ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ddbc


Comments

No comments written yet.

Please login to write comment.