Color Hex Logo

#71ebad Color Hex

#71EBAD
(113,235,173)
0 Favorites   0 Comments

Color spaces of #71ebad

RGB 113235173
HSL0.420.750.68
HSV150°52°92°
CMYK 0.520.000.26   0.08
XYZ44.061265.944549.9415
Yxy65.94450.27550.4123
Hunter Lab81.2062-45.259620.3812
CIE-Lab84.9681-48.238519.8429

#71ebad color RGB value is (113,235,173).

#71ebad hex color red value is 113, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #71ebad hue: 0.42 , saturation: 0.75 and the lightness value of 71ebad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101011 10101101
Octal 161 353 255
Decimal 113 235 173
Hex 71 EB AD

RGB Percentages of Color #71ebad

%21.69
%45.11
%33.21

CMYK Percentages of Color #71ebad

%52
%0
%26
%8

Triadic Colors of #71ebad

#71ebad #ad71eb #ebad71

Analogous Colors of #71ebad

#71ebad #71ebea #72eb71

Monochromatic Colors of #71ebad

#71ebad

Complementary Color

#71ebad #eb71af

#71ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ebad Color CSS Codes

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

#71ebad Text Font Color

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

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


#71ebad Background Color

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

This div background color is #71ebad


#71ebad Border Color

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

This div border color is #71ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ebad


Comments

No comments written yet.

Please login to write comment.