Color Hex Logo

#47feff Color Hex

#47FEFF
(71,254,255)
0 Favorites   0 Comments

Color spaces of #47feff

RGB 71254255
HSL0.501.000.64
HSV180°72°100°
CMYK 0.720.000.00   0.00
XYZ56.090379.4432106.9855
Yxy79.44320.23130.3276
Hunter Lab89.1309-43.6486-8.7753
CIE-Lab91.4345-43.6879-13.5996

#47feff color RGB value is (71,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111110 11111111
Octal 107 376 377
Decimal 71 254 255
Hex 47 FE FF

RGB Percentages of Color #47feff

%12.24
%43.79
%43.97

CMYK Percentages of Color #47feff

%72
%0
%0
%0

Triadic Colors of #47feff

#47feff #ff47fe #feff47

Analogous Colors of #47feff

#47feff #47a2ff #47ffa4

Monochromatic Colors of #47feff

#47feff

Complementary Color

#47feff #ff4847

#47feff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47feff Color Preview on White Background

Lorem ipsum dolor sit amet.

#47feff Color CSS Codes

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

#47feff Text Font Color

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

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


#47feff Background Color

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

This div background color is #47feff


#47feff Border Color

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

This div border color is #47feff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47feff

Related Colors


Comments

No comments written yet.

Please login to write comment.