Color Hex Logo

#71eada Color Hex

#71EADA
(113,234,218)
0 Favorites   0 Comments

Color spaces of #71eada

RGB 113234218
HSL0.480.740.68
HSV172°52°92°
CMYK 0.520.000.07   0.08
XYZ48.887867.418376.7660
Yxy67.41830.25320.3492
Hunter Lab82.1086-37.41062.0439
CIE-Lab85.7147-37.8136-2.6350

#71eada color RGB value is (113,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101010 11011010
Octal 161 352 332
Decimal 113 234 218
Hex 71 EA DA

RGB Percentages of Color #71eada

%20.00
%41.42
%38.58

CMYK Percentages of Color #71eada

%52
%0
%7
%8

Triadic Colors of #71eada

#71eada #da71ea #eada71

Analogous Colors of #71eada

#71eada #71beea #71ea9e

Monochromatic Colors of #71eada

#71eada

Complementary Color

#71eada #ea7181

#71eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eada Color CSS Codes

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

#71eada Text Font Color

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

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


#71eada Background Color

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

This div background color is #71eada


#71eada Border Color

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

This div border color is #71eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eada


Comments

No comments written yet.

Please login to write comment.