Color Hex Logo

#71ffca Color Hex

#71FFCA
(113,255,202)
0 Favorites   0 Comments

Color spaces of #71ffca

RGB 113255202
HSL0.441.000.72
HSV158°56°100°
CMYK 0.560.000.21   0.00
XYZ53.230779.295068.3770
Yxy79.29500.26500.3947
Hunter Lab89.0477-49.130316.8065
CIE-Lab91.3676-50.651613.8471

#71ffca color RGB value is (113,255,202).

#71ffca hex color red value is 113, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #71ffca hue: 0.44 , saturation: 1.00 and the lightness value of 71ffca is 0.72.

The process color (four color CMYK) of #71ffca color hex is 0.56, 0.00, 0.21, 0.00. Web safe color of #71ffca is #66ffcc. Color #71ffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111111 11001010
Octal 161 377 312
Decimal 113 255 202
Hex 71 FF CA

RGB Percentages of Color #71ffca

%19.82
%44.74
%35.44

CMYK Percentages of Color #71ffca

%56
%0
%21
%0

Triadic Colors of #71ffca

#71ffca #ca71ff #ffca71

Analogous Colors of #71ffca

#71ffca #71edff #71ff83

Monochromatic Colors of #71ffca

#71ffca

Complementary Color

#71ffca #ff71a6

#71ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ffca Color CSS Codes

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

#71ffca Text Font Color

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

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


#71ffca Background Color

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

This div background color is #71ffca


#71ffca Border Color

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

This div border color is #71ffca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,255,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 #71ffca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ffca


Comments

No comments written yet.

Please login to write comment.