Color Hex Logo

#83ebad Color Hex

#83EBAD
(131,235,173)
0 Favorites   0 Comments

Color spaces of #83ebad

RGB 131235173
HSL0.400.720.72
HSV144°44°92°
CMYK 0.440.000.26   0.08
XYZ46.611267.259150.0608
Yxy67.25910.28430.4103
Hunter Lab82.0116-42.070221.2169
CIE-Lab85.6346-43.785820.8693

#83ebad color RGB value is (131,235,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101011 10101101
Octal 203 353 255
Decimal 131 235 173
Hex 83 EB AD

RGB Percentages of Color #83ebad

%24.30
%43.60
%32.10

CMYK Percentages of Color #83ebad

%44
%0
%26
%8

Triadic Colors of #83ebad

#83ebad #ad83eb #ebad83

Analogous Colors of #83ebad

#83ebad #83ebe1 #8deb83

Monochromatic Colors of #83ebad

#83ebad

Complementary Color

#83ebad #eb83c1

#83ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ebad Color CSS Codes

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

#83ebad Text Font Color

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

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


#83ebad Background Color

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

This div background color is #83ebad


#83ebad Border Color

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

This div border color is #83ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ebad


Comments

No comments written yet.

Please login to write comment.