Color Hex Logo

#83ebbf Color Hex

#83EBBF
(131,235,191)
0 Favorites   0 Comments

Color spaces of #83ebbf

RGB 131235191
HSL0.430.720.72
HSV155°44°92°
CMYK 0.440.000.19   0.08
XYZ48.472468.003559.8615
Yxy68.00350.27490.3856
Hunter Lab82.4642-39.390314.6858
CIE-Lab86.0082-40.216312.0340

#83ebbf color RGB value is (131,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101011 10111111
Octal 203 353 277
Decimal 131 235 191
Hex 83 EB BF

RGB Percentages of Color #83ebbf

%23.52
%42.19
%34.29

CMYK Percentages of Color #83ebbf

%44
%0
%19
%8

Triadic Colors of #83ebbf

#83ebbf #bf83eb #ebbf83

Analogous Colors of #83ebbf

#83ebbf #83e3eb #83eb8b

Monochromatic Colors of #83ebbf

#83ebbf

Complementary Color

#83ebbf #eb83af

#83ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ebbf Color CSS Codes

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

#83ebbf Text Font Color

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

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


#83ebbf Background Color

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

This div background color is #83ebbf


#83ebbf Border Color

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

This div border color is #83ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ebbf


Comments

No comments written yet.

Please login to write comment.