Color Hex Logo

#47faef Color Hex

#47FAEF
(71,250,239)
0 Favorites   0 Comments

Color spaces of #47faef

RGB 71250239
HSL0.490.950.63
HSV176°72°98°
CMYK 0.720.000.04   0.02
XYZ52.364175.942893.5599
Yxy75.94280.23600.3423
Hunter Lab87.1452-45.2463-2.6527
CIE-Lab89.8328-46.2847-7.6696

#47faef color RGB value is (71,250,239).

#47faef hex color red value is 71, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #47faef hue: 0.49 , saturation: 0.95 and the lightness value of 47faef is 0.63.

The process color (four color CMYK) of #47faef color hex is 0.72, 0.00, 0.04, 0.02. Web safe color of #47faef is #33ffff. Color #47faef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111010 11101111
Octal 107 372 357
Decimal 71 250 239
Hex 47 FA EF

RGB Percentages of Color #47faef

%12.68
%44.64
%42.68

CMYK Percentages of Color #47faef

%72
%0
%4
%2

Triadic Colors of #47faef

#47faef #ef47fa #faef47

Analogous Colors of #47faef

#47faef #47acfa #47fa96

Monochromatic Colors of #47faef

#47faef

Complementary Color

#47faef #fa4752

#47faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#47faef Color CSS Codes

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

#47faef Text Font Color

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

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


#47faef Background Color

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

This div background color is #47faef


#47faef Border Color

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

This div border color is #47faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47faef


Comments

No comments written yet.

Please login to write comment.