Color Hex Logo

#47eace Color Hex

#47EACE
(71,234,206)
0 Favorites   0 Comments

Color spaces of #47eace

RGB 71234206
HSL0.470.800.60
HSV170°70°92°
CMYK 0.700.000.12   0.08
XYZ43.161964.641568.5947
Yxy64.64150.24470.3665
Hunter Lab80.3999-44.87405.6956
CIE-Lab84.2987-48.00381.4777

#47eace color RGB value is (71,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101010 11001110
Octal 107 352 316
Decimal 71 234 206
Hex 47 EA CE

RGB Percentages of Color #47eace

%13.89
%45.79
%40.31

CMYK Percentages of Color #47eace

%70
%0
%12
%8

Triadic Colors of #47eace

#47eace #ce47ea #eace47

Analogous Colors of #47eace

#47eace #47b5ea #47ea7d

Monochromatic Colors of #47eace

#47eace

Complementary Color

#47eace #ea4763

#47eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eace Color CSS Codes

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

#47eace Text Font Color

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

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


#47eace Background Color

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

This div background color is #47eace


#47eace Border Color

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

This div border color is #47eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eace


Comments

No comments written yet.

Please login to write comment.