Color Hex Logo

#71fcaf Color Hex

#71FCAF
(113,252,175)
0 Favorites   0 Comments

Color spaces of #71fcaf

RGB 113252175
HSL0.410.960.72
HSV147°55°99°
CMYK 0.550.000.31   0.01
XYZ49.358376.226752.6692
Yxy76.22670.27690.4276
Hunter Lab87.3079-51.876425.3484
CIE-Lab89.9645-54.850425.6989

#71fcaf color RGB value is (113,252,175).

#71fcaf hex color red value is 113, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #71fcaf hue: 0.41 , saturation: 0.96 and the lightness value of 71fcaf is 0.72.

The process color (four color CMYK) of #71fcaf color hex is 0.55, 0.00, 0.31, 0.01. Web safe color of #71fcaf is #66ff99. Color #71fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 10101111
Octal 161 374 257
Decimal 113 252 175
Hex 71 FC AF

RGB Percentages of Color #71fcaf

%20.93
%46.67
%32.41

CMYK Percentages of Color #71fcaf

%55
%0
%31
%1

Triadic Colors of #71fcaf

#71fcaf #af71fc #fcaf71

Analogous Colors of #71fcaf

#71fcaf #71fcf5 #79fc71

Monochromatic Colors of #71fcaf

#71fcaf

Complementary Color

#71fcaf #fc71be

#71fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fcaf Color CSS Codes

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

#71fcaf Text Font Color

<p style="color:#71fcaf">Text here</p>

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


#71fcaf Background Color

<div style="background-color:#71fcaf">
Div content here</div>

This div background color is #71fcaf


#71fcaf Border Color

<div style="border:3px solid #71fcaf">
Div here</div>

This div border color is #71fcaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,252,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71fcaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71fcaf;
  -webkit-box-shadow: 1px 1px 3px 2px #71fcaf;
  box-shadow:         1px 1px 3px 2px #71fcaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,252,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.