Color Hex Logo

#83ffed Color Hex

#83FFED
(131,255,237)
0 Favorites   0 Comments

Color spaces of #83ffed

RGB 131255237
HSL0.481.000.76
HSV171°49°100°
CMYK 0.490.000.07   0.00
XYZ60.406182.459792.8533
Yxy82.45970.25630.3498
Hunter Lab90.8073-40.17252.9393
CIE-Lab92.7774-38.9845-2.1128

#83ffed color RGB value is (131,255,237).

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

The process color (four color CMYK) of #83ffed color hex is 0.49, 0.00, 0.07, 0.00. Web safe color of #83ffed is #99ffff. Color #83ffed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111111 11101101
Octal 203 377 355
Decimal 131 255 237
Hex 83 FF ED

RGB Percentages of Color #83ffed

%21.03
%40.93
%38.04

CMYK Percentages of Color #83ffed

%49
%0
%7
%0

Triadic Colors of #83ffed

#83ffed #ed83ff #ffed83

Analogous Colors of #83ffed

#83ffed #83d3ff #83ffaf

Monochromatic Colors of #83ffed

#83ffed

Complementary Color

#83ffed #ff8395

#83ffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ffed Color CSS Codes

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

#83ffed Text Font Color

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

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


#83ffed Background Color

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

This div background color is #83ffed


#83ffed Border Color

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

This div border color is #83ffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ffed


Comments

No comments written yet.

Please login to write comment.