Color Hex Logo

#47ffde Color Hex

#47FFDE
(71,255,222)
0 Favorites   0 Comments

Color spaces of #47ffde

RGB 71255222
HSL0.471.000.64
HSV169°72°100°
CMYK 0.720.000.13   0.00
XYZ51.543378.133581.4719
Yxy78.13350.24410.3700
Hunter Lab88.3932-50.60217.2277
CIE-Lab90.8408-52.78262.6375

#47ffde color RGB value is (71,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111111 11011110
Octal 107 377 336
Decimal 71 255 222
Hex 47 FF DE

RGB Percentages of Color #47ffde

%12.96
%46.53
%40.51

CMYK Percentages of Color #47ffde

%72
%0
%13
%0

Triadic Colors of #47ffde

#47ffde #de47ff #ffde47

Analogous Colors of #47ffde

#47ffde #47c4ff #47ff82

Monochromatic Colors of #47ffde

#47ffde

Complementary Color

#47ffde #ff4768

#47ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ffde Color CSS Codes

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

#47ffde Text Font Color

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

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


#47ffde Background Color

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

This div background color is #47ffde


#47ffde Border Color

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

This div border color is #47ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ffde


Comments

No comments written yet.

Please login to write comment.