Color Hex Logo

#46ddeb Color Hex

#46DDEB
(70,221,235)
0 Favorites   0 Comments

Color spaces of #46ddeb

RGB 70221235
HSL0.510.800.60
HSV185°70°92°
CMYK 0.700.060.00   0.08
XYZ43.377659.013287.7017
Yxy59.01320.22820.3104
Hunter Lab76.8200-33.6424-13.9145
CIE-Lab81.2989-34.4345-18.3289

#46ddeb color RGB value is (70,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 11101011
Octal 106 335 353
Decimal 70 221 235
Hex 46 DD EB

RGB Percentages of Color #46ddeb

%13.31
%42.02
%44.68

CMYK Percentages of Color #46ddeb

%70
%6
%0
%8

Triadic Colors of #46ddeb

#46ddeb #eb46dd #ddeb46

Analogous Colors of #46ddeb

#46ddeb #468beb #46eba7

Monochromatic Colors of #46ddeb

#46ddeb

Complementary Color

#46ddeb #eb5446

#46ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ddeb Color CSS Codes

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

#46ddeb Text Font Color

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

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


#46ddeb Background Color

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

This div background color is #46ddeb


#46ddeb Border Color

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

This div border color is #46ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ddeb


Comments

No comments written yet.

Please login to write comment.