Color Hex Logo

#47feef Color Hex

#47FEEF
(71,254,239)
0 Favorites   0 Comments

Color spaces of #47feef

RGB 71254239
HSL0.490.990.64
HSV175°72°100°
CMYK 0.720.000.06   0.00
XYZ53.620378.455293.9786
Yxy78.45520.23720.3471
Hunter Lab88.5749-46.9482-0.9046
CIE-Lab90.9872-48.0089-5.9624

#47feef color RGB value is (71,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111110 11101111
Octal 107 376 357
Decimal 71 254 239
Hex 47 FE EF

RGB Percentages of Color #47feef

%12.59
%45.04
%42.38

CMYK Percentages of Color #47feef

%72
%0
%6
%0

Triadic Colors of #47feef

#47feef #ef47fe #feef47

Analogous Colors of #47feef

#47feef #47b2fe #47fe94

Monochromatic Colors of #47feef

#47feef

Complementary Color

#47feef #fe4756

#47feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#47feef Color CSS Codes

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

#47feef Text Font Color

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

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


#47feef Background Color

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

This div background color is #47feef


#47feef Border Color

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

This div border color is #47feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47feef


Comments

No comments written yet.

Please login to write comment.