Color Hex Logo

#47eece Color Hex

#47EECE
(71,238,206)
0 Favorites   0 Comments

Color spaces of #47eece

RGB 71238206
HSL0.470.830.61
HSV169°70°93°
CMYK 0.700.000.13   0.07
XYZ44.313666.944968.9786
Yxy66.94490.24590.3714
Hunter Lab81.8199-46.50927.2892
CIE-Lab85.4761-49.69073.1885

#47eece color RGB value is (71,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101110 11001110
Octal 107 356 316
Decimal 71 238 206
Hex 47 EE CE

RGB Percentages of Color #47eece

%13.79
%46.21
%40.00

CMYK Percentages of Color #47eece

%70
%0
%13
%7

Triadic Colors of #47eece

#47eece #ce47ee #eece47

Analogous Colors of #47eece

#47eece #47bbee #47ee7b

Monochromatic Colors of #47eece

#47eece

Complementary Color

#47eece #ee4767

#47eece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eece Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eece Color CSS Codes

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

#47eece Text Font Color

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

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


#47eece Background Color

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

This div background color is #47eece


#47eece Border Color

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

This div border color is #47eece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eece


Comments

No comments written yet.

Please login to write comment.