Color Hex Logo

#71eadb Color Hex

#71EADB
(113,234,219)
0 Favorites   0 Comments

Color spaces of #71eadb

RGB 113234219
HSL0.480.740.68
HSV173°52°92°
CMYK 0.520.000.06   0.08
XYZ49.019167.470877.4574
Yxy67.47080.25270.3479
Hunter Lab82.1406-37.22251.5888
CIE-Lab85.7411-37.5690-3.1224

#71eadb color RGB value is (113,234,219).

#71eadb hex color red value is 113, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #71eadb hue: 0.48 , saturation: 0.74 and the lightness value of 71eadb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101010 11011011
Octal 161 352 333
Decimal 113 234 219
Hex 71 EA DB

RGB Percentages of Color #71eadb

%19.96
%41.34
%38.69

CMYK Percentages of Color #71eadb

%52
%0
%6
%8

Triadic Colors of #71eadb

#71eadb #db71ea #eadb71

Analogous Colors of #71eadb

#71eadb #71bdea #71ea9f

Monochromatic Colors of #71eadb

#71eadb

Complementary Color

#71eadb #ea7180

#71eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eadb Color CSS Codes

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

#71eadb Text Font Color

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

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


#71eadb Background Color

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

This div background color is #71eadb


#71eadb Border Color

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

This div border color is #71eadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eadb


Comments

No comments written yet.

Please login to write comment.