Color Hex Logo

#46efcb Color Hex

#46EFCB
(70,239,203)
0 Favorites   0 Comments

Color spaces of #46efcb

RGB 70239203
HSL0.460.840.61
HSV167°71°94°
CMYK 0.710.000.15   0.06
XYZ44.171867.346967.1711
Yxy67.34690.24720.3769
Hunter Lab82.0652-47.53598.9162
CIE-Lab85.6788-50.97855.0517

#46efcb color RGB value is (70,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101111 11001011
Octal 106 357 313
Decimal 70 239 203
Hex 46 EF CB

RGB Percentages of Color #46efcb

%13.67
%46.68
%39.65

CMYK Percentages of Color #46efcb

%71
%0
%15
%6

Triadic Colors of #46efcb

#46efcb #cb46ef #efcb46

Analogous Colors of #46efcb

#46efcb #46bfef #46ef77

Monochromatic Colors of #46efcb

#46efcb

Complementary Color

#46efcb #ef466a

#46efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46efcb Color CSS Codes

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

#46efcb Text Font Color

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

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


#46efcb Background Color

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

This div background color is #46efcb


#46efcb Border Color

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

This div border color is #46efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46efcb


Comments

No comments written yet.

Please login to write comment.