Color Hex Logo

#47fcdb Color Hex

#47FCDB
(71,252,219)
0 Favorites   0 Comments

Color spaces of #47fcdb

RGB 71252219
HSL0.470.970.63
HSV169°72°99°
CMYK 0.720.000.13   0.01
XYZ50.195176.074979.0562
Yxy76.07490.24450.3705
Hunter Lab87.2209-49.91107.3148
CIE-Lab89.8941-52.28852.8179

#47fcdb color RGB value is (71,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111100 11011011
Octal 107 374 333
Decimal 71 252 219
Hex 47 FC DB

RGB Percentages of Color #47fcdb

%13.10
%46.49
%40.41

CMYK Percentages of Color #47fcdb

%72
%0
%13
%1

Triadic Colors of #47fcdb

#47fcdb #db47fc #fcdb47

Analogous Colors of #47fcdb

#47fcdb #47c3fc #47fc81

Monochromatic Colors of #47fcdb

#47fcdb

Complementary Color

#47fcdb #fc4768

#47fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fcdb Color CSS Codes

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

#47fcdb Text Font Color

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

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


#47fcdb Background Color

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

This div background color is #47fcdb


#47fcdb Border Color

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

This div border color is #47fcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,252,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 #47fcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.