Color Hex Logo

#46ddea Color Hex

#46DDEA
(70,221,234)
0 Favorites   0 Comments

Color spaces of #46ddea

RGB 70221234
HSL0.510.800.60
HSV185°70°92°
CMYK 0.700.060.00   0.08
XYZ43.233558.955586.9428
Yxy58.95550.22860.3117
Hunter Lab76.7825-33.8623-13.3879
CIE-Lab81.2671-34.7245-17.8453

#46ddea color RGB value is (70,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011101 11101010
Octal 106 335 352
Decimal 70 221 234
Hex 46 DD EA

RGB Percentages of Color #46ddea

%13.33
%42.10
%44.57

CMYK Percentages of Color #46ddea

%70
%6
%0
%8

Triadic Colors of #46ddea

#46ddea #ea46dd #ddea46

Analogous Colors of #46ddea

#46ddea #468bea #46eaa5

Monochromatic Colors of #46ddea

#46ddea

Complementary Color

#46ddea #ea5346

#46ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ddea Color CSS Codes

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

#46ddea Text Font Color

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

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


#46ddea Background Color

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

This div background color is #46ddea


#46ddea Border Color

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

This div border color is #46ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ddea


Comments

No comments written yet.

Please login to write comment.