Color Hex Logo

#47eebc Color Hex

#47EEBC
(71,238,188)
0 Favorites   0 Comments

Color spaces of #47eebc

RGB 71238188
HSL0.450.830.61
HSV162°70°93°
CMYK 0.700.000.21   0.07
XYZ42.250266.119558.1125
Yxy66.11950.25380.3972
Hunter Lab81.3139-49.551814.5470
CIE-Lab85.0573-53.999212.0060

#47eebc color RGB value is (71,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101110 10111100
Octal 107 356 274
Decimal 71 238 188
Hex 47 EE BC

RGB Percentages of Color #47eebc

%14.29
%47.89
%37.83

CMYK Percentages of Color #47eebc

%70
%0
%21
%7

Triadic Colors of #47eebc

#47eebc #bc47ee #eebc47

Analogous Colors of #47eebc

#47eebc #47cdee #47ee69

Monochromatic Colors of #47eebc

#47eebc

Complementary Color

#47eebc #ee4779

#47eebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eebc Color CSS Codes

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

#47eebc Text Font Color

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

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


#47eebc Background Color

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

This div background color is #47eebc


#47eebc Border Color

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

This div border color is #47eebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eebc


Comments

No comments written yet.

Please login to write comment.