Color Hex Logo

#47ffdf Color Hex

#47FFDF
(71,255,223)
0 Favorites   0 Comments

Color spaces of #47ffdf

RGB 71255223
HSL0.471.000.64
HSV170°72°100°
CMYK 0.720.000.13   0.00
XYZ51.677878.187382.1800
Yxy78.18730.24370.3687
Hunter Lab88.4236-50.41976.7930
CIE-Lab90.8653-52.53392.1552

#47ffdf color RGB value is (71,255,223).

#47ffdf hex color red value is 71, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #47ffdf hue: 0.47 , saturation: 1.00 and the lightness value of 47ffdf is 0.64.

The process color (four color CMYK) of #47ffdf color hex is 0.72, 0.00, 0.13, 0.00. Web safe color of #47ffdf is #33ffcc. Color #47ffdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111111 11011111
Octal 107 377 337
Decimal 71 255 223
Hex 47 FF DF

RGB Percentages of Color #47ffdf

%12.93
%46.45
%40.62

CMYK Percentages of Color #47ffdf

%72
%0
%13
%0

Triadic Colors of #47ffdf

#47ffdf #df47ff #ffdf47

Analogous Colors of #47ffdf

#47ffdf #47c3ff #47ff83

Monochromatic Colors of #47ffdf

#47ffdf

Complementary Color

#47ffdf #ff4767

#47ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ffdf Color CSS Codes

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

#47ffdf Text Font Color

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

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


#47ffdf Background Color

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

This div background color is #47ffdf


#47ffdf Border Color

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

This div border color is #47ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ffdf

Related Colors

#47ffdf Color Palettes


Comments

No comments written yet.

Please login to write comment.