Color Hex Logo

#71eeca Color Hex

#71EECA
(113,238,202)
0 Favorites   0 Comments

Color spaces of #71eeca

RGB 113238202
HSL0.450.790.69
HSV163°53°93°
CMYK 0.530.000.15   0.07
XYZ48.045368.924066.6485
Yxy68.92400.26170.3754
Hunter Lab83.0205-41.985010.5166
CIE-Lab86.4664-43.36816.8522

#71eeca color RGB value is (113,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101110 11001010
Octal 161 356 312
Decimal 113 238 202
Hex 71 EE CA

RGB Percentages of Color #71eeca

%20.43
%43.04
%36.53

CMYK Percentages of Color #71eeca

%53
%0
%15
%7

Triadic Colors of #71eeca

#71eeca #ca71ee #eeca71

Analogous Colors of #71eeca

#71eeca #71d4ee #71ee8c

Monochromatic Colors of #71eeca

#71eeca

Complementary Color

#71eeca #ee7195

#71eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eeca Color CSS Codes

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

#71eeca Text Font Color

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

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


#71eeca Background Color

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

This div background color is #71eeca


#71eeca Border Color

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

This div border color is #71eeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eeca


Comments

No comments written yet.

Please login to write comment.