Color Hex Logo

#46ddcf Color Hex

#46DDCF
(70,221,207)
0 Favorites   0 Comments

Color spaces of #46ddcf

RGB 70221207
HSL0.480.690.57
HSV174°68°87°
CMYK 0.680.000.06   0.13
XYZ39.644757.520068.0445
Yxy57.52000.24000.3482
Hunter Lab75.8419-39.4165-0.1049
CIE-Lab80.4712-42.2424-4.6618

#46ddcf color RGB value is (70,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 11001111
Octal 106 335 317
Decimal 70 221 207
Hex 46 DD CF

RGB Percentages of Color #46ddcf

%14.06
%44.38
%41.57

CMYK Percentages of Color #46ddcf

%68
%0
%6
%13

Triadic Colors of #46ddcf

#46ddcf #cf46dd #ddcf46

Analogous Colors of #46ddcf

#46ddcf #46a0dd #46dd84

Monochromatic Colors of #46ddcf

#46ddcf

Complementary Color

#46ddcf #dd4654

#46ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ddcf Color CSS Codes

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

#46ddcf Text Font Color

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

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


#46ddcf Background Color

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

This div background color is #46ddcf


#46ddcf Border Color

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

This div border color is #46ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ddcf


Comments

No comments written yet.

Please login to write comment.