Color Hex Logo

#47dfce Color Hex

#47DFCE
(71,223,206)
0 Favorites   0 Comments

Color spaces of #47dfce

RGB 71223206
HSL0.480.700.58
HSV173°68°87°
CMYK 0.680.000.08   0.13
XYZ40.126858.571267.5830
Yxy58.57120.24130.3522
Hunter Lab76.5318-40.34041.2150
CIE-Lab81.0553-43.2520-3.2672

#47dfce color RGB value is (71,223,206).

#47dfce hex color red value is 71, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #47dfce hue: 0.48 , saturation: 0.70 and the lightness value of 47dfce is 0.58.

The process color (four color CMYK) of #47dfce color hex is 0.68, 0.00, 0.08, 0.13. Web safe color of #47dfce is #33cccc. Color #47dfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011111 11001110
Octal 107 337 316
Decimal 71 223 206
Hex 47 DF CE

RGB Percentages of Color #47dfce

%14.20
%44.60
%41.20

CMYK Percentages of Color #47dfce

%68
%0
%8
%13

Triadic Colors of #47dfce

#47dfce #ce47df #dfce47

Analogous Colors of #47dfce

#47dfce #47a4df #47df82

Monochromatic Colors of #47dfce

#47dfce

Complementary Color

#47dfce #df4758

#47dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dfce Color CSS Codes

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

#47dfce Text Font Color

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

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


#47dfce Background Color

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

This div background color is #47dfce


#47dfce Border Color

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

This div border color is #47dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dfce


Comments

No comments written yet.

Please login to write comment.