Color Hex Logo

#46dfea Color Hex

#46DFEA
(70,223,234)
0 Favorites   0 Comments

Color spaces of #46dfea

RGB 70223234
HSL0.510.800.60
HSV184°70°92°
CMYK 0.700.050.00   0.08
XYZ43.764760.018087.1199
Yxy60.01800.22930.3144
Hunter Lab77.4713-34.7374-12.4443
CIE-Lab81.8480-35.6596-16.9697

#46dfea color RGB value is (70,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011111 11101010
Octal 106 337 352
Decimal 70 223 234
Hex 46 DF EA

RGB Percentages of Color #46dfea

%13.28
%42.31
%44.40

CMYK Percentages of Color #46dfea

%70
%5
%0
%8

Triadic Colors of #46dfea

#46dfea #ea46df #dfea46

Analogous Colors of #46dfea

#46dfea #468dea #46eaa3

Monochromatic Colors of #46dfea

#46dfea

Complementary Color

#46dfea #ea5146

#46dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dfea Color CSS Codes

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

#46dfea Text Font Color

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

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


#46dfea Background Color

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

This div background color is #46dfea


#46dfea Border Color

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

This div border color is #46dfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,223,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 #46dfea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dfea


Comments

No comments written yet.

Please login to write comment.