Color Hex Logo

#47edbb Color Hex

#47EDBB
(71,237,187)
0 Favorites   0 Comments

Color spaces of #47edbb

RGB 71237187
HSL0.450.820.60
HSV162°70°93°
CMYK 0.700.000.21   0.07
XYZ41.852465.495857.4498
Yxy65.49580.25400.3974
Hunter Lab80.9295-49.315914.5622
CIE-Lab84.7386-53.826612.0755

#47edbb color RGB value is (71,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101101 10111011
Octal 107 355 273
Decimal 71 237 187
Hex 47 ED BB

RGB Percentages of Color #47edbb

%14.34
%47.88
%37.78

CMYK Percentages of Color #47edbb

%70
%0
%21
%7

Triadic Colors of #47edbb

#47edbb #bb47ed #edbb47

Analogous Colors of #47edbb

#47edbb #47cced #47ed68

Monochromatic Colors of #47edbb

#47edbb

Complementary Color

#47edbb #ed4779

#47edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47edbb Color CSS Codes

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

#47edbb Text Font Color

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

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


#47edbb Background Color

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

This div background color is #47edbb


#47edbb Border Color

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

This div border color is #47edbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47edbb


Comments

No comments written yet.

Please login to write comment.