Color Hex Logo

#83ffda Color Hex

#83FFDA
(131,255,218)
0 Favorites   0 Comments

Color spaces of #83ffda

RGB 131255218
HSL0.451.000.76
HSV162°49°100°
CMYK 0.490.000.15   0.00
XYZ57.775081.407378.9978
Yxy81.40730.26480.3731
Hunter Lab90.2260-43.595411.2466
CIE-Lab92.3126-43.31567.0320

#83ffda color RGB value is (131,255,218).

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

The process color (four color CMYK) of #83ffda color hex is 0.49, 0.00, 0.15, 0.00. Web safe color of #83ffda is #99ffcc. Color #83ffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111111 11011010
Octal 203 377 332
Decimal 131 255 218
Hex 83 FF DA

RGB Percentages of Color #83ffda

%21.69
%42.22
%36.09

CMYK Percentages of Color #83ffda

%49
%0
%15
%0

Triadic Colors of #83ffda

#83ffda #da83ff #ffda83

Analogous Colors of #83ffda

#83ffda #83e6ff #83ff9c

Monochromatic Colors of #83ffda

#83ffda

Complementary Color

#83ffda #ff83a8

#83ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ffda Color CSS Codes

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

#83ffda Text Font Color

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

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


#83ffda Background Color

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

This div background color is #83ffda


#83ffda Border Color

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

This div border color is #83ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ffda

Related Colors


Comments

No comments written yet.

Please login to write comment.