Color Hex Logo

#46dccb Color Hex

#46DCCB
(70,220,203)
0 Favorites   0 Comments

Color spaces of #46dccb

RGB 70220203
HSL0.480.680.57
HSV173°68°86°
CMYK 0.680.000.08   0.14
XYZ38.898556.800365.4133
Yxy56.80030.24140.3526
Hunter Lab75.3660-39.76161.2959
CIE-Lab80.0671-42.8596-3.1254

#46dccb color RGB value is (70,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011100 11001011
Octal 106 334 313
Decimal 70 220 203
Hex 46 DC CB

RGB Percentages of Color #46dccb

%14.20
%44.62
%41.18

CMYK Percentages of Color #46dccb

%68
%0
%8
%14

Triadic Colors of #46dccb

#46dccb #cb46dc #dccb46

Analogous Colors of #46dccb

#46dccb #46a2dc #46dc80

Monochromatic Colors of #46dccb

#46dccb

Complementary Color

#46dccb #dc4657

#46dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dccb Color CSS Codes

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

#46dccb Text Font Color

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

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


#46dccb Background Color

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

This div background color is #46dccb


#46dccb Border Color

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

This div border color is #46dccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dccb


Comments

No comments written yet.

Please login to write comment.