Color Hex Logo

#47eacd Color Hex

#47EACD
(71,234,205)
0 Favorites   0 Comments

Color spaces of #47eacd

RGB 71234205
HSL0.470.800.60
HSV169°70°92°
CMYK 0.700.000.12   0.08
XYZ43.040864.593067.9568
Yxy64.59300.24510.3679
Hunter Lab80.3698-45.05426.1261
CIE-Lab84.2736-48.25541.9675

#47eacd color RGB value is (71,234,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101010 11001101
Octal 107 352 315
Decimal 71 234 205
Hex 47 EA CD

RGB Percentages of Color #47eacd

%13.92
%45.88
%40.20

CMYK Percentages of Color #47eacd

%70
%0
%12
%8

Triadic Colors of #47eacd

#47eacd #cd47ea #eacd47

Analogous Colors of #47eacd

#47eacd #47b6ea #47ea7c

Monochromatic Colors of #47eacd

#47eacd

Complementary Color

#47eacd #ea4764

#47eacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eacd Color CSS Codes

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

#47eacd Text Font Color

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

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


#47eacd Background Color

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

This div background color is #47eacd


#47eacd Border Color

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

This div border color is #47eacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eacd


Comments

No comments written yet.

Please login to write comment.