Color Hex Logo

#83edda Color Hex

#83EDDA
(131,237,218)
0 Favorites   0 Comments

Color spaces of #83edda

RGB 131237218
HSL0.470.750.72
HSV169°45°93°
CMYK 0.450.000.08   0.07
XYZ52.299170.455677.1725
Yxy70.45560.26160.3524
Hunter Lab83.9378-35.67334.2452
CIE-Lab87.2198-35.1917-0.3537

#83edda color RGB value is (131,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101101 11011010
Octal 203 355 332
Decimal 131 237 218
Hex 83 ED DA

RGB Percentages of Color #83edda

%22.35
%40.44
%37.20

CMYK Percentages of Color #83edda

%45
%0
%8
%7

Triadic Colors of #83edda

#83edda #da83ed #edda83

Analogous Colors of #83edda

#83edda #83cbed #83eda5

Monochromatic Colors of #83edda

#83edda

Complementary Color

#83edda #ed8396

#83edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#83edda Color CSS Codes

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

#83edda Text Font Color

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

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


#83edda Background Color

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

This div background color is #83edda


#83edda Border Color

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

This div border color is #83edda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,237,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 #83edda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83edda


Comments

No comments written yet.

Please login to write comment.