Color Hex Logo

#47ecbe Color Hex

#47ECBE
(71,236,190)
0 Favorites   0 Comments

Color spaces of #47ecbe

RGB 71236190
HSL0.450.810.60
HSV163°70°93°
CMYK 0.700.000.19   0.07
XYZ41.888265.048259.0630
Yxy65.04820.25230.3919
Hunter Lab80.6525-48.434913.0378
CIE-Lab84.5086-52.726810.1802

#47ecbe color RGB value is (71,236,190).

#47ecbe hex color red value is 71, green value is 236 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #47ecbe hue: 0.45 , saturation: 0.81 and the lightness value of 47ecbe is 0.60.

The process color (four color CMYK) of #47ecbe color hex is 0.70, 0.00, 0.19, 0.07. Web safe color of #47ecbe is #33ffcc. Color #47ecbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101100 10111110
Octal 107 354 276
Decimal 71 236 190
Hex 47 EC BE

RGB Percentages of Color #47ecbe

%14.29
%47.48
%38.23

CMYK Percentages of Color #47ecbe

%70
%0
%19
%7

Triadic Colors of #47ecbe

#47ecbe #be47ec #ecbe47

Analogous Colors of #47ecbe

#47ecbe #47c8ec #47ec6c

Monochromatic Colors of #47ecbe

#47ecbe

Complementary Color

#47ecbe #ec4775

#47ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ecbe Color CSS Codes

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

#47ecbe Text Font Color

<p style="color:#47ecbe">Text here</p>

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


#47ecbe Background Color

<div style="background-color:#47ecbe">
Div content here</div>

This div background color is #47ecbe


#47ecbe Border Color

<div style="border:3px solid #47ecbe">
Div here</div>

This div border color is #47ecbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,236,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47ecbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47ecbe;
  -webkit-box-shadow: 1px 1px 3px 2px #47ecbe;
  box-shadow:         1px 1px 3px 2px #47ecbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ecbe


Comments

No comments written yet.

Please login to write comment.