Color Hex Logo

#71eace Color Hex

#71EACE
(113,234,206)
0 Favorites   0 Comments

Color spaces of #71eace

RGB 113234206
HSL0.460.740.68
HSV166°52°92°
CMYK 0.520.000.12   0.08
XYZ47.373466.812668.7918
Yxy66.81260.25890.3651
Hunter Lab81.7390-39.59017.3186
CIE-Lab85.4092-40.67673.2284

#71eace color RGB value is (113,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11101010 11001110
Octal 161 352 316
Decimal 113 234 206
Hex 71 EA CE

RGB Percentages of Color #71eace

%20.43
%42.31
%37.25

CMYK Percentages of Color #71eace

%52
%0
%12
%8

Triadic Colors of #71eace

#71eace #ce71ea #eace71

Analogous Colors of #71eace

#71eace #71caea #71ea92

Monochromatic Colors of #71eace

#71eace

Complementary Color

#71eace #ea718d

#71eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#71eace Color CSS Codes

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

#71eace Text Font Color

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

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


#71eace Background Color

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

This div background color is #71eace


#71eace Border Color

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

This div border color is #71eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71eace


Comments

No comments written yet.

Please login to write comment.