Color Hex Logo

#71efca Color Hex

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

Color spaces of #71efca

RGB 113239202
HSL0.450.800.69
HSV162°53°94°
CMYK 0.530.000.15   0.06
XYZ48.337269.508066.7459
Yxy69.50800.26190.3766
Hunter Lab83.3715-42.409110.8934
CIE-Lab86.7550-43.80707.2671

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101111 11001010
Octal 161 357 312
Decimal 113 239 202
Hex 71 EF CA

RGB Percentages of Color #71efca

%20.40
%43.14
%36.46

CMYK Percentages of Color #71efca

%53
%0
%15
%6

Triadic Colors of #71efca

#71efca #ca71ef #efca71

Analogous Colors of #71efca

#71efca #71d5ef #71ef8b

Monochromatic Colors of #71efca

#71efca

Complementary Color

#71efca #ef7196

#71efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71efca Color CSS Codes

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

#71efca Text Font Color

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

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


#71efca Background Color

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

This div background color is #71efca


#71efca Border Color

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

This div border color is #71efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71efca


Comments

No comments written yet.

Please login to write comment.