Color Hex Logo

#46fdda Color Hex

#46FDDA
(70,253,218)
0 Favorites   0 Comments

Color spaces of #46fdda

RGB 70253218
HSL0.470.980.63
HSV169°72°99°
CMYK 0.720.000.14   0.01
XYZ50.306076.614678.4664
Yxy76.61460.24490.3730
Hunter Lab87.5298-50.58788.1201
CIE-Lab90.1439-53.06793.6968

#46fdda color RGB value is (70,253,218).

#46fdda hex color red value is 70, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #46fdda hue: 0.47 , saturation: 0.98 and the lightness value of 46fdda is 0.63.

The process color (four color CMYK) of #46fdda color hex is 0.72, 0.00, 0.14, 0.01. Web safe color of #46fdda is #33ffcc. Color #46fdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111101 11011010
Octal 106 375 332
Decimal 70 253 218
Hex 46 FD DA

RGB Percentages of Color #46fdda

%12.94
%46.77
%40.30

CMYK Percentages of Color #46fdda

%72
%0
%14
%1

Triadic Colors of #46fdda

#46fdda #da46fd #fdda46

Analogous Colors of #46fdda

#46fdda #46c5fd #46fd7f

Monochromatic Colors of #46fdda

#46fdda

Complementary Color

#46fdda #fd4669

#46fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#46fdda Color CSS Codes

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

#46fdda Text Font Color

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

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


#46fdda Background Color

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

This div background color is #46fdda


#46fdda Border Color

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

This div border color is #46fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46fdda


Comments

No comments written yet.

Please login to write comment.