Color Hex Logo

#83ebae Color Hex

#83EBAE
(131,235,174)
0 Favorites   0 Comments

Color spaces of #83ebae

RGB 131235174
HSL0.400.720.72
HSV145°44°92°
CMYK 0.440.000.26   0.08
XYZ46.708467.297950.5724
Yxy67.29790.28380.4089
Hunter Lab82.0353-41.929320.8741
CIE-Lab85.6542-43.596220.3790

#83ebae color RGB value is (131,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101011 10101110
Octal 203 353 256
Decimal 131 235 174
Hex 83 EB AE

RGB Percentages of Color #83ebae

%24.26
%43.52
%32.22

CMYK Percentages of Color #83ebae

%44
%0
%26
%8

Triadic Colors of #83ebae

#83ebae #ae83eb #ebae83

Analogous Colors of #83ebae

#83ebae #83ebe2 #8ceb83

Monochromatic Colors of #83ebae

#83ebae

Complementary Color

#83ebae #eb83c0

#83ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ebae Color CSS Codes

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

#83ebae Text Font Color

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

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


#83ebae Background Color

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

This div background color is #83ebae


#83ebae Border Color

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

This div border color is #83ebae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,235,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 #83ebae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ebae


Comments

No comments written yet.

Please login to write comment.