Color Hex Logo

#71fce3 Color Hex

#71FCE3
(113,252,227)
0 Favorites   0 Comments

Color spaces of #71fce3

RGB 113252227
HSL0.470.960.72
HSV169°55°99°
CMYK 0.550.000.10   0.01
XYZ55.485678.677684.9349
Yxy78.67760.25320.3591
Hunter Lab88.7004-43.56695.3172
CIE-Lab91.0882-43.70810.5271

#71fce3 color RGB value is (113,252,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 11100011
Octal 161 374 343
Decimal 113 252 227
Hex 71 FC E3

RGB Percentages of Color #71fce3

%19.09
%42.57
%38.34

CMYK Percentages of Color #71fce3

%55
%0
%10
%1

Triadic Colors of #71fce3

#71fce3 #e371fc #fce371

Analogous Colors of #71fce3

#71fce3 #71d0fc #71fc9e

Monochromatic Colors of #71fce3

#71fce3

Complementary Color

#71fce3 #fc718a

#71fce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fce3 Color CSS Codes

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

#71fce3 Text Font Color

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

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


#71fce3 Background Color

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

This div background color is #71fce3


#71fce3 Border Color

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

This div border color is #71fce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fce3

Related Colors


Comments

No comments written yet.

Please login to write comment.