Color Hex Logo

#83ebcf Color Hex

#83EBCF
(131,235,207)
0 Favorites   0 Comments

Color spaces of #83ebcf

RGB 131235207
HSL0.460.720.72
HSV164°44°92°
CMYK 0.440.000.12   0.08
XYZ50.330968.747069.6483
Yxy68.74700.26670.3643
Hunter Lab82.9138-36.74498.2356
CIE-Lab86.3786-36.77144.1904

#83ebcf color RGB value is (131,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101011 11001111
Octal 203 353 317
Decimal 131 235 207
Hex 83 EB CF

RGB Percentages of Color #83ebcf

%22.86
%41.01
%36.13

CMYK Percentages of Color #83ebcf

%44
%0
%12
%8

Triadic Colors of #83ebcf

#83ebcf #cf83eb #ebcf83

Analogous Colors of #83ebcf

#83ebcf #83d3eb #83eb9b

Monochromatic Colors of #83ebcf

#83ebcf

Complementary Color

#83ebcf #eb839f

#83ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ebcf Color CSS Codes

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

#83ebcf Text Font Color

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

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


#83ebcf Background Color

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

This div background color is #83ebcf


#83ebcf Border Color

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

This div border color is #83ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ebcf


Comments

No comments written yet.

Please login to write comment.