Color Hex Logo

#83eede Color Hex

#83EEDE
(131,238,222)
0 Favorites   0 Comments

Color spaces of #83eede

RGB 131238222
HSL0.480.760.72
HSV171°45°93°
CMYK 0.450.000.07   0.07
XYZ53.119471.248380.0598
Yxy71.24830.25980.3485
Hunter Lab84.4087-35.38312.8508
CIE-Lab87.6055-34.7231-1.8854

#83eede color RGB value is (131,238,222).

#83eede hex color red value is 131, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #83eede hue: 0.48 , saturation: 0.76 and the lightness value of 83eede is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101110 11011110
Octal 203 356 336
Decimal 131 238 222
Hex 83 EE DE

RGB Percentages of Color #83eede

%22.17
%40.27
%37.56

CMYK Percentages of Color #83eede

%45
%0
%7
%7

Triadic Colors of #83eede

#83eede #de83ee #eede83

Analogous Colors of #83eede

#83eede #83c9ee #83eea9

Monochromatic Colors of #83eede

#83eede

Complementary Color

#83eede #ee8393

#83eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#83eede Color CSS Codes

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

#83eede Text Font Color

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

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


#83eede Background Color

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

This div background color is #83eede


#83eede Border Color

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

This div border color is #83eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83eede


Comments

No comments written yet.

Please login to write comment.