Color Hex Logo

#71eedd Color Hex

#71EEDD
(113,238,221)
0 Favorites   0 Comments

Color spaces of #71eedd

RGB 113238221
HSL0.480.790.69
HSV172°53°93°
CMYK 0.530.000.07   0.07
XYZ50.435769.880279.2366
Yxy69.88020.25270.3502
Hunter Lab83.5944-38.59432.3169
CIE-Lab86.9381-38.9023-2.4154

#71eedd color RGB value is (113,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101110 11011101
Octal 161 356 335
Decimal 113 238 221
Hex 71 EE DD

RGB Percentages of Color #71eedd

%19.76
%41.61
%38.64

CMYK Percentages of Color #71eedd

%53
%0
%7
%7

Triadic Colors of #71eedd

#71eedd #dd71ee #eedd71

Analogous Colors of #71eedd

#71eedd #71c1ee #71ee9f

Monochromatic Colors of #71eedd

#71eedd

Complementary Color

#71eedd #ee7182

#71eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eedd Color CSS Codes

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

#71eedd Text Font Color

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

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


#71eedd Background Color

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

This div background color is #71eedd


#71eedd Border Color

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

This div border color is #71eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eedd


Comments

No comments written yet.

Please login to write comment.