Color Hex Logo

#47eeec Color Hex

#47EEEC
(71,238,236)
0 Favorites   0 Comments

Color spaces of #47eeec

RGB 71238236
HSL0.500.830.61
HSV179°70°93°
CMYK 0.700.000.01   0.07
XYZ48.313468.544890.0410
Yxy68.54480.23350.3313
Hunter Lab82.7918-40.7214-6.5272
CIE-Lab86.2781-41.8171-11.3839

#47eeec color RGB value is (71,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101110 11101100
Octal 107 356 354
Decimal 71 238 236
Hex 47 EE EC

RGB Percentages of Color #47eeec

%13.03
%43.67
%43.30

CMYK Percentages of Color #47eeec

%70
%0
%1
%7

Triadic Colors of #47eeec

#47eeec #ec47ee #eeec47

Analogous Colors of #47eeec

#47eeec #479dee #47ee99

Monochromatic Colors of #47eeec

#47eeec

Complementary Color

#47eeec #ee4749

#47eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eeec Color CSS Codes

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

#47eeec Text Font Color

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

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


#47eeec Background Color

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

This div background color is #47eeec


#47eeec Border Color

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

This div border color is #47eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eeec


Comments

No comments written yet.

Please login to write comment.