Color Hex Logo

#46ebcc Color Hex

#46EBCC
(70,235,204)
0 Favorites   0 Comments

Color spaces of #46ebcc

RGB 70235204
HSL0.470.800.60
HSV169°70°92°
CMYK 0.700.000.13   0.08
XYZ43.133265.078467.4148
Yxy65.07840.24560.3706
Hunter Lab80.6712-45.73436.9227
CIE-Lab84.5241-49.06082.8551

#46ebcc color RGB value is (70,235,204).

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

The process color (four color CMYK) of #46ebcc color hex is 0.70, 0.00, 0.13, 0.08. Web safe color of #46ebcc is #33ffcc. Color #46ebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101011 11001100
Octal 106 353 314
Decimal 70 235 204
Hex 46 EB CC

RGB Percentages of Color #46ebcc

%13.75
%46.17
%40.08

CMYK Percentages of Color #46ebcc

%70
%0
%13
%8

Triadic Colors of #46ebcc

#46ebcc #cc46eb #ebcc46

Analogous Colors of #46ebcc

#46ebcc #46b8eb #46eb7a

Monochromatic Colors of #46ebcc

#46ebcc

Complementary Color

#46ebcc #eb4665

#46ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ebcc Color CSS Codes

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

#46ebcc Text Font Color

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

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


#46ebcc Background Color

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

This div background color is #46ebcc


#46ebcc Border Color

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

This div border color is #46ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ebcc


Comments

No comments written yet.

Please login to write comment.