Color Hex Logo

#47edcf Color Hex

#47EDCF
(71,237,207)
0 Favorites   0 Comments

Color spaces of #47edcf

RGB 71237207
HSL0.470.820.60
HSV169°70°93°
CMYK 0.700.000.13   0.07
XYZ44.145266.413069.5238
Yxy66.41300.24510.3688
Hunter Lab81.4942-45.92186.4648
CIE-Lab85.2066-49.02102.2725

#47edcf color RGB value is (71,237,207).

#47edcf hex color red value is 71, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #47edcf hue: 0.47 , saturation: 0.82 and the lightness value of 47edcf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101101 11001111
Octal 107 355 317
Decimal 71 237 207
Hex 47 ED CF

RGB Percentages of Color #47edcf

%13.79
%46.02
%40.19

CMYK Percentages of Color #47edcf

%70
%0
%13
%7

Triadic Colors of #47edcf

#47edcf #cf47ed #edcf47

Analogous Colors of #47edcf

#47edcf #47b8ed #47ed7c

Monochromatic Colors of #47edcf

#47edcf

Complementary Color

#47edcf #ed4765

#47edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47edcf Color CSS Codes

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

#47edcf Text Font Color

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

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


#47edcf Background Color

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

This div background color is #47edcf


#47edcf Border Color

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

This div border color is #47edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47edcf


Comments

No comments written yet.

Please login to write comment.