Color Hex Logo

#83eeda Color Hex

#83EEDA
(131,238,218)
0 Favorites   0 Comments

Color spaces of #83eeda

RGB 131238218
HSL0.470.760.72
HSV169°45°93°
CMYK 0.450.000.08   0.07
XYZ52.589571.036377.2693
Yxy71.03630.26180.3536
Hunter Lab84.2830-36.11794.6420
CIE-Lab87.5026-35.65380.0594

#83eeda color RGB value is (131,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101110 11011010
Octal 203 356 332
Decimal 131 238 218
Hex 83 EE DA

RGB Percentages of Color #83eeda

%22.32
%40.55
%37.14

CMYK Percentages of Color #83eeda

%45
%0
%8
%7

Triadic Colors of #83eeda

#83eeda #da83ee #eeda83

Analogous Colors of #83eeda

#83eeda #83cdee #83eea5

Monochromatic Colors of #83eeda

#83eeda

Complementary Color

#83eeda #ee8397

#83eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#83eeda Color CSS Codes

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

#83eeda Text Font Color

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

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


#83eeda Background Color

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

This div background color is #83eeda


#83eeda Border Color

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

This div border color is #83eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83eeda


Comments

No comments written yet.

Please login to write comment.