Color Hex Logo

#46ccdd Color Hex

#46CCDD
(70,204,221)
0 Favorites   0 Comments

Color spaces of #46ccdd

RGB 70204221
HSL0.520.690.57
HSV187°68°87°
CMYK 0.680.080.00   0.13
XYZ37.169849.708376.0422
Yxy49.70830.22810.3051
Hunter Lab70.5041-29.2769-14.5943
CIE-Lab75.8899-30.4368-19.0133

#46ccdd color RGB value is (70,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 11011101
Octal 106 314 335
Decimal 70 204 221
Hex 46 CC DD

RGB Percentages of Color #46ccdd

%14.14
%41.21
%44.65

CMYK Percentages of Color #46ccdd

%68
%8
%0
%13

Triadic Colors of #46ccdd

#46ccdd #dd46cc #ccdd46

Analogous Colors of #46ccdd

#46ccdd #4681dd #46dda3

Monochromatic Colors of #46ccdd

#46ccdd

Complementary Color

#46ccdd #dd5746

#46ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ccdd Color CSS Codes

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

#46ccdd Text Font Color

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

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


#46ccdd Background Color

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

This div background color is #46ccdd


#46ccdd Border Color

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

This div border color is #46ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ccdd


Comments

No comments written yet.

Please login to write comment.