Color Hex Logo

#47efcb Color Hex

#47EFCB
(71,239,203)
0 Favorites   0 Comments

Color spaces of #47efcb

RGB 71239203
HSL0.460.840.61
HSV167°70°94°
CMYK 0.700.000.15   0.06
XYZ44.244567.384467.1745
Yxy67.38440.24740.3769
Hunter Lab82.0880-47.44458.9432
CIE-Lab85.6977-50.84745.0813

#47efcb color RGB value is (71,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101111 11001011
Octal 107 357 313
Decimal 71 239 203
Hex 47 EF CB

RGB Percentages of Color #47efcb

%13.84
%46.59
%39.57

CMYK Percentages of Color #47efcb

%70
%0
%15
%6

Triadic Colors of #47efcb

#47efcb #cb47ef #efcb47

Analogous Colors of #47efcb

#47efcb #47bfef #47ef77

Monochromatic Colors of #47efcb

#47efcb

Complementary Color

#47efcb #ef476b

#47efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47efcb Color CSS Codes

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

#47efcb Text Font Color

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

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


#47efcb Background Color

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

This div background color is #47efcb


#47efcb Border Color

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

This div border color is #47efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47efcb


Comments

No comments written yet.

Please login to write comment.