Color Hex Logo

#46efcc Color Hex

#46EFCC
(70,239,204)
0 Favorites   0 Comments

Color spaces of #46efcc

RGB 70239204
HSL0.470.840.61
HSV168°71°94°
CMYK 0.710.000.15   0.06
XYZ44.291467.394767.8008
Yxy67.39470.24680.3755
Hunter Lab82.0943-47.36098.4990
CIE-Lab85.7029-50.73294.5627

#46efcc color RGB value is (70,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101111 11001100
Octal 106 357 314
Decimal 70 239 204
Hex 46 EF CC

RGB Percentages of Color #46efcc

%13.65
%46.59
%39.77

CMYK Percentages of Color #46efcc

%71
%0
%15
%6

Triadic Colors of #46efcc

#46efcc #cc46ef #efcc46

Analogous Colors of #46efcc

#46efcc #46beef #46ef78

Monochromatic Colors of #46efcc

#46efcc

Complementary Color

#46efcc #ef4669

#46efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46efcc Color CSS Codes

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

#46efcc Text Font Color

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

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


#46efcc Background Color

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

This div background color is #46efcc


#46efcc Border Color

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

This div border color is #46efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46efcc


Comments

No comments written yet.

Please login to write comment.