Color Hex Logo

#47fedb Color Hex

#47FEDB
(71,254,219)
0 Favorites   0 Comments

Color spaces of #47fedb

RGB 71254219
HSL0.470.990.64
HSV169°72°100°
CMYK 0.720.000.14   0.00
XYZ50.826577.337779.2667
Yxy77.33770.24500.3728
Hunter Lab87.9419-50.73318.1180
CIE-Lab90.4768-53.11273.6632

#47fedb color RGB value is (71,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111110 11011011
Octal 107 376 333
Decimal 71 254 219
Hex 47 FE DB

RGB Percentages of Color #47fedb

%13.05
%46.69
%40.26

CMYK Percentages of Color #47fedb

%72
%0
%14
%0

Triadic Colors of #47fedb

#47fedb #db47fe #fedb47

Analogous Colors of #47fedb

#47fedb #47c6fe #47fe80

Monochromatic Colors of #47fedb

#47fedb

Complementary Color

#47fedb #fe476a

#47fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fedb Color CSS Codes

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

#47fedb Text Font Color

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

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


#47fedb Background Color

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

This div background color is #47fedb


#47fedb Border Color

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

This div border color is #47fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.