Color Hex Logo

#83ecce Color Hex

#83ECCE
(131,236,206)
0 Favorites   0 Comments

Color spaces of #83ecce

RGB 131236206
HSL0.450.730.72
HSV163°44°93°
CMYK 0.440.000.13   0.07
XYZ50.496169.272469.1020
Yxy69.27240.26740.3668
Hunter Lab83.2300-37.35579.0353
CIE-Lab86.6388-37.45065.0907

#83ecce color RGB value is (131,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101100 11001110
Octal 203 354 316
Decimal 131 236 206
Hex 83 EC CE

RGB Percentages of Color #83ecce

%22.86
%41.19
%35.95

CMYK Percentages of Color #83ecce

%44
%0
%13
%7

Triadic Colors of #83ecce

#83ecce #ce83ec #ecce83

Analogous Colors of #83ecce

#83ecce #83d6ec #83ec9a

Monochromatic Colors of #83ecce

#83ecce

Complementary Color

#83ecce #ec83a1

#83ecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ecce Color CSS Codes

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

#83ecce Text Font Color

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

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


#83ecce Background Color

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

This div background color is #83ecce


#83ecce Border Color

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

This div border color is #83ecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ecce


Comments

No comments written yet.

Please login to write comment.