Color Hex Logo

#46ecdc Color Hex

#46ECDC
(70,236,220)
0 Favorites   0 Comments

Color spaces of #46ecdc

RGB 70236220
HSL0.480.810.60
HSV174°70°93°
CMYK 0.700.000.07   0.07
XYZ45.439566.460378.1434
Yxy66.46030.23910.3497
Hunter Lab81.5232-43.17300.2343
CIE-Lab85.2307-45.3766-4.5280

#46ecdc color RGB value is (70,236,220).

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

The process color (four color CMYK) of #46ecdc color hex is 0.70, 0.00, 0.07, 0.07. Web safe color of #46ecdc is #33ffcc. Color #46ecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101100 11011100
Octal 106 354 334
Decimal 70 236 220
Hex 46 EC DC

RGB Percentages of Color #46ecdc

%13.31
%44.87
%41.83

CMYK Percentages of Color #46ecdc

%70
%0
%7
%7

Triadic Colors of #46ecdc

#46ecdc #dc46ec #ecdc46

Analogous Colors of #46ecdc

#46ecdc #46a9ec #46ec89

Monochromatic Colors of #46ecdc

#46ecdc

Complementary Color

#46ecdc #ec4656

#46ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ecdc Color CSS Codes

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

#46ecdc Text Font Color

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

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


#46ecdc Background Color

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

This div background color is #46ecdc


#46ecdc Border Color

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

This div border color is #46ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ecdc


Comments

No comments written yet.

Please login to write comment.