Color Hex Logo

#46ddef Color Hex

#46DDEF
(70,221,239)
0 Favorites   0 Comments

Color spaces of #46ddef

RGB 70221239
HSL0.520.840.61
HSV186°71°94°
CMYK 0.710.080.00   0.06
XYZ43.962259.247090.7801
Yxy59.24700.22660.3054
Hunter Lab76.9721-32.7518-16.0456
CIE-Lab81.4272-33.2659-20.2599

#46ddef color RGB value is (70,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 11101111
Octal 106 335 357
Decimal 70 221 239
Hex 46 DD EF

RGB Percentages of Color #46ddef

%13.21
%41.70
%45.09

CMYK Percentages of Color #46ddef

%71
%8
%0
%6

Triadic Colors of #46ddef

#46ddef #ef46dd #ddef46

Analogous Colors of #46ddef

#46ddef #4689ef #46efad

Monochromatic Colors of #46ddef

#46ddef

Complementary Color

#46ddef #ef5846

#46ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ddef Color CSS Codes

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

#46ddef Text Font Color

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

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


#46ddef Background Color

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

This div background color is #46ddef


#46ddef Border Color

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

This div border color is #46ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ddef


Comments

No comments written yet.

Please login to write comment.