Color Hex Logo

#46dded Color Hex

#46DDED
(70,221,237)
0 Favorites   0 Comments

Color spaces of #46dded

RGB 70221237
HSL0.520.820.60
HSV186°70°93°
CMYK 0.700.070.00   0.07
XYZ43.668359.129489.2323
Yxy59.12940.22740.3079
Hunter Lab76.8956-33.1989-14.9752
CIE-Lab81.3627-33.8515-19.2952

#46dded color RGB value is (70,221,237).

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

The process color (four color CMYK) of #46dded color hex is 0.70, 0.07, 0.00, 0.07. Web safe color of #46dded is #33ccff. Color #46dded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 11101101
Octal 106 335 355
Decimal 70 221 237
Hex 46 DD ED

RGB Percentages of Color #46dded

%13.26
%41.86
%44.89

CMYK Percentages of Color #46dded

%70
%7
%0
%7

Triadic Colors of #46dded

#46dded #ed46dd #dded46

Analogous Colors of #46dded

#46dded #468aed #46edaa

Monochromatic Colors of #46dded

#46dded

Complementary Color

#46dded #ed5646

#46dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dded Color CSS Codes

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

#46dded Text Font Color

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

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


#46dded Background Color

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

This div background color is #46dded


#46dded Border Color

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

This div border color is #46dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dded


Comments

No comments written yet.

Please login to write comment.