Color Hex Logo

#47eebf Color Hex

#47EEBF
(71,238,191)
0 Favorites   0 Comments

Color spaces of #47eebf

RGB 71238191
HSL0.450.830.61
HSV163°70°93°
CMYK 0.700.000.20   0.07
XYZ42.577066.250359.8338
Yxy66.25030.25240.3928
Hunter Lab81.3943-49.067413.3913
CIE-Lab85.1239-53.304910.5347

#47eebf color RGB value is (71,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101110 10111111
Octal 107 356 277
Decimal 71 238 191
Hex 47 EE BF

RGB Percentages of Color #47eebf

%14.20
%47.60
%38.20

CMYK Percentages of Color #47eebf

%70
%0
%20
%7

Triadic Colors of #47eebf

#47eebf #bf47ee #eebf47

Analogous Colors of #47eebf

#47eebf #47caee #47ee6c

Monochromatic Colors of #47eebf

#47eebf

Complementary Color

#47eebf #ee4776

#47eebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eebf Color CSS Codes

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

#47eebf Text Font Color

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

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


#47eebf Background Color

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

This div background color is #47eebf


#47eebf Border Color

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

This div border color is #47eebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eebf


Comments

No comments written yet.

Please login to write comment.