Color Hex Logo

#47eacf Color Hex

#47EACF
(71,234,207)
0 Favorites   0 Comments

Color spaces of #47eacf

RGB 71234207
HSL0.470.800.60
HSV170°70°92°
CMYK 0.700.000.12   0.08
XYZ43.283864.690269.2367
Yxy64.69020.24430.3650
Hunter Lab80.4302-44.69255.2626
CIE-Lab84.3238-47.75090.9879

#47eacf color RGB value is (71,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101010 11001111
Octal 107 352 317
Decimal 71 234 207
Hex 47 EA CF

RGB Percentages of Color #47eacf

%13.87
%45.70
%40.43

CMYK Percentages of Color #47eacf

%70
%0
%12
%8

Triadic Colors of #47eacf

#47eacf #cf47ea #eacf47

Analogous Colors of #47eacf

#47eacf #47b4ea #47ea7e

Monochromatic Colors of #47eacf

#47eacf

Complementary Color

#47eacf #ea4762

#47eacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eacf Color CSS Codes

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

#47eacf Text Font Color

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

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


#47eacf Background Color

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

This div background color is #47eacf


#47eacf Border Color

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

This div border color is #47eacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eacf


Comments

No comments written yet.

Please login to write comment.