Color Hex Logo

#47edda Color Hex

#47EDDA
(71,237,218)
0 Favorites   0 Comments

Color spaces of #47edda

RGB 71237218
HSL0.480.820.60
HSV173°70°93°
CMYK 0.700.000.08   0.07
XYZ45.537666.969976.8561
Yxy66.96990.24050.3537
Hunter Lab81.8351-43.88421.6019
CIE-Lab85.4887-46.2079-3.0943

#47edda color RGB value is (71,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101101 11011010
Octal 107 355 332
Decimal 71 237 218
Hex 47 ED DA

RGB Percentages of Color #47edda

%13.50
%45.06
%41.44

CMYK Percentages of Color #47edda

%70
%0
%8
%7

Triadic Colors of #47edda

#47edda #da47ed #edda47

Analogous Colors of #47edda

#47edda #47aded #47ed87

Monochromatic Colors of #47edda

#47edda

Complementary Color

#47edda #ed475a

#47edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#47edda Color CSS Codes

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

#47edda Text Font Color

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

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


#47edda Background Color

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

This div background color is #47edda


#47edda Border Color

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

This div border color is #47edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47edda


Comments

No comments written yet.

Please login to write comment.