Color Hex Logo

#83ecae Color Hex

#83ECAE
(131,236,174)
0 Favorites   0 Comments

Color spaces of #83ecae

RGB 131236174
HSL0.400.730.72
HSV145°44°93°
CMYK 0.440.000.26   0.07
XYZ46.995567.872250.6681
Yxy67.87220.28390.4100
Hunter Lab82.3846-42.349421.2047
CIE-Lab85.9425-44.032320.7785

#83ecae color RGB value is (131,236,174).

#83ecae hex color red value is 131, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #83ecae hue: 0.40 , saturation: 0.73 and the lightness value of 83ecae is 0.72.

The process color (four color CMYK) of #83ecae color hex is 0.44, 0.00, 0.26, 0.07. Web safe color of #83ecae is #99ff99. Color #83ecae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101100 10101110
Octal 203 354 256
Decimal 131 236 174
Hex 83 EC AE

RGB Percentages of Color #83ecae

%24.21
%43.62
%32.16

CMYK Percentages of Color #83ecae

%44
%0
%26
%7

Triadic Colors of #83ecae

#83ecae #ae83ec #ecae83

Analogous Colors of #83ecae

#83ecae #83ece3 #8dec83

Monochromatic Colors of #83ecae

#83ecae

Complementary Color

#83ecae #ec83c1

#83ecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ecae Color CSS Codes

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

#83ecae Text Font Color

<p style="color:#83ecae">Text here</p>

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


#83ecae Background Color

<div style="background-color:#83ecae">
Div content here</div>

This div background color is #83ecae


#83ecae Border Color

<div style="border:3px solid #83ecae">
Div here</div>

This div border color is #83ecae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,236,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83ecae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83ecae;
  -webkit-box-shadow: 1px 1px 3px 2px #83ecae;
  box-shadow:         1px 1px 3px 2px #83ecae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,236,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ecae


Comments

No comments written yet.

Please login to write comment.