Color Hex Logo

#71ebda Color Hex

#71EBDA
(113,235,218)
0 Favorites   0 Comments

Color spaces of #71ebda

RGB 113235218
HSL0.480.750.68
HSV172°52°92°
CMYK 0.520.000.07   0.08
XYZ49.173367.989376.8612
Yxy67.98930.25340.3504
Hunter Lab82.4556-37.84692.4516
CIE-Lab86.0011-38.2695-2.2149

#71ebda color RGB value is (113,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101011 11011010
Octal 161 353 332
Decimal 113 235 218
Hex 71 EB DA

RGB Percentages of Color #71ebda

%19.96
%41.52
%38.52

CMYK Percentages of Color #71ebda

%52
%0
%7
%8

Triadic Colors of #71ebda

#71ebda #da71eb #ebda71

Analogous Colors of #71ebda

#71ebda #71bfeb #71eb9d

Monochromatic Colors of #71ebda

#71ebda

Complementary Color

#71ebda #eb7182

#71ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ebda Color CSS Codes

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

#71ebda Text Font Color

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

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


#71ebda Background Color

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

This div background color is #71ebda


#71ebda Border Color

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

This div border color is #71ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ebda


Comments

No comments written yet.

Please login to write comment.