Color Hex Logo

#47fbae Color Hex

#47FBAE
(71,251,174)
0 Favorites   0 Comments

Color spaces of #47fbae

RGB 71251174
HSL0.430.960.63
HSV154°72°98°
CMYK 0.720.000.31   0.02
XYZ44.735773.389951.8523
Yxy73.38990.26320.4318
Hunter Lab85.6679-56.706324.0810
CIE-Lab88.6333-62.072324.2197

#47fbae color RGB value is (71,251,174).

#47fbae hex color red value is 71, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #47fbae hue: 0.43 , saturation: 0.96 and the lightness value of 47fbae is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111011 10101110
Octal 107 373 256
Decimal 71 251 174
Hex 47 FB AE

RGB Percentages of Color #47fbae

%14.31
%50.60
%35.08

CMYK Percentages of Color #47fbae

%72
%0
%31
%2

Triadic Colors of #47fbae

#47fbae #ae47fb #fbae47

Analogous Colors of #47fbae

#47fbae #47eefb #47fb54

Monochromatic Colors of #47fbae

#47fbae

Complementary Color

#47fbae #fb4794

#47fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fbae Color CSS Codes

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

#47fbae Text Font Color

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

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


#47fbae Background Color

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

This div background color is #47fbae


#47fbae Border Color

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

This div border color is #47fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fbae


Comments

No comments written yet.

Please login to write comment.