Color Hex Logo

#47efca Color Hex

#47EFCA
(71,239,202)
0 Favorites   0 Comments

Color spaces of #47efca

RGB 71239202
HSL0.460.840.61
HSV167°70°94°
CMYK 0.700.000.15   0.06
XYZ44.125767.336966.5488
Yxy67.33690.24790.3783
Hunter Lab82.0591-47.61849.3580
CIE-Lab85.6738-51.09165.5704

#47efca color RGB value is (71,239,202).

#47efca hex color red value is 71, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #47efca hue: 0.46 , saturation: 0.84 and the lightness value of 47efca is 0.61.

The process color (four color CMYK) of #47efca color hex is 0.70, 0.00, 0.15, 0.06. Web safe color of #47efca is #33ffcc. Color #47efca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101111 11001010
Octal 107 357 312
Decimal 71 239 202
Hex 47 EF CA

RGB Percentages of Color #47efca

%13.87
%46.68
%39.45

CMYK Percentages of Color #47efca

%70
%0
%15
%6

Triadic Colors of #47efca

#47efca #ca47ef #efca47

Analogous Colors of #47efca

#47efca #47c0ef #47ef76

Monochromatic Colors of #47efca

#47efca

Complementary Color

#47efca #ef476c

#47efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#47efca Color CSS Codes

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

#47efca Text Font Color

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

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


#47efca Background Color

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

This div background color is #47efca


#47efca Border Color

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

This div border color is #47efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47efca


Comments

No comments written yet.

Please login to write comment.