Color Hex Logo

#46efec Color Hex

#46EFEC
(70,239,236)
0 Favorites   0 Comments

Color spaces of #46efec

RGB 70239236
HSL0.500.840.61
HSV179°71°94°
CMYK 0.710.000.01   0.06
XYZ48.532669.091290.1349
Yxy69.09120.23360.3326
Hunter Lab83.1211-41.2397-6.1081
CIE-Lab86.5492-42.3829-10.9818

#46efec color RGB value is (70,239,236).

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

The process color (four color CMYK) of #46efec color hex is 0.71, 0.00, 0.01, 0.06. Web safe color of #46efec is #33ffff. Color #46efec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101111 11101100
Octal 106 357 354
Decimal 70 239 236
Hex 46 EF EC

RGB Percentages of Color #46efec

%12.84
%43.85
%43.30

CMYK Percentages of Color #46efec

%71
%0
%1
%6

Triadic Colors of #46efec

#46efec #ec46ef #efec46

Analogous Colors of #46efec

#46efec #469eef #46ef98

Monochromatic Colors of #46efec

#46efec

Complementary Color

#46efec #ef4649

#46efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#46efec Color CSS Codes

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

#46efec Text Font Color

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

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


#46efec Background Color

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

This div background color is #46efec


#46efec Border Color

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

This div border color is #46efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46efec


Comments

No comments written yet.

Please login to write comment.