Color Hex Logo

#46edcd Color Hex

#46EDCD
(70,237,205)
0 Favorites   0 Comments

Color spaces of #46edcd

RGB 70237205
HSL0.470.820.60
HSV169°70°93°
CMYK 0.700.000.14   0.07
XYZ43.829466.278268.2405
Yxy66.27820.24580.3716
Hunter Lab81.4114-46.37117.2901
CIE-Lab85.1381-49.65123.2206

#46edcd color RGB value is (70,237,205).

#46edcd hex color red value is 70, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #46edcd hue: 0.47 , saturation: 0.82 and the lightness value of 46edcd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101101 11001101
Octal 106 355 315
Decimal 70 237 205
Hex 46 ED CD

RGB Percentages of Color #46edcd

%13.67
%46.29
%40.04

CMYK Percentages of Color #46edcd

%70
%0
%14
%7

Triadic Colors of #46edcd

#46edcd #cd46ed #edcd46

Analogous Colors of #46edcd

#46edcd #46baed #46ed7a

Monochromatic Colors of #46edcd

#46edcd

Complementary Color

#46edcd #ed4666

#46edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46edcd Color CSS Codes

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

#46edcd Text Font Color

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

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


#46edcd Background Color

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

This div background color is #46edcd


#46edcd Border Color

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

This div border color is #46edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46edcd


Comments

No comments written yet.

Please login to write comment.