Color Hex Logo

#47ffcd Color Hex

#47FFCD
(71,255,205)
0 Favorites   0 Comments

Color spaces of #47ffcd

RGB 71255205
HSL0.451.000.64
HSV164°72°100°
CMYK 0.720.000.20   0.00
XYZ49.378077.267470.0692
Yxy77.26740.25100.3928
Hunter Lab87.9019-53.557714.2695
CIE-Lab90.4445-56.866110.8542

#47ffcd color RGB value is (71,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111111 11001101
Octal 107 377 315
Decimal 71 255 205
Hex 47 FF CD

RGB Percentages of Color #47ffcd

%13.37
%48.02
%38.61

CMYK Percentages of Color #47ffcd

%72
%0
%20
%0

Triadic Colors of #47ffcd

#47ffcd #cd47ff #ffcd47

Analogous Colors of #47ffcd

#47ffcd #47d5ff #47ff71

Monochromatic Colors of #47ffcd

#47ffcd

Complementary Color

#47ffcd #ff4779

#47ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ffcd Color CSS Codes

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

#47ffcd Text Font Color

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

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


#47ffcd Background Color

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

This div background color is #47ffcd


#47ffcd Border Color

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

This div border color is #47ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ffcd


Comments

No comments written yet.

Please login to write comment.