Color Hex Logo

#83fedc Color Hex

#83FEDC
(131,254,220)
0 Favorites   0 Comments

Color spaces of #83fedc

RGB 131254220
HSL0.450.980.75
HSV163°48°100°
CMYK 0.480.000.13   0.00
XYZ57.720280.876280.2786
Yxy80.87620.26370.3695
Hunter Lab89.9312-42.813610.0256
CIE-Lab92.0766-42.43215.6590

#83fedc color RGB value is (131,254,220).

#83fedc hex color red value is 131, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #83fedc hue: 0.45 , saturation: 0.98 and the lightness value of 83fedc is 0.75.

The process color (four color CMYK) of #83fedc color hex is 0.48, 0.00, 0.13, 0.00. Web safe color of #83fedc is #99ffcc. Color #83fedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111110 11011100
Octal 203 376 334
Decimal 131 254 220
Hex 83 FE DC

RGB Percentages of Color #83fedc

%21.65
%41.98
%36.36

CMYK Percentages of Color #83fedc

%48
%0
%13
%0

Triadic Colors of #83fedc

#83fedc #dc83fe #fedc83

Analogous Colors of #83fedc

#83fedc #83e3fe #83fe9f

Monochromatic Colors of #83fedc

#83fedc

Complementary Color

#83fedc #fe83a5

#83fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83fedc Color CSS Codes

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

#83fedc Text Font Color

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

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


#83fedc Background Color

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

This div background color is #83fedc


#83fedc Border Color

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

This div border color is #83fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83fedc


Comments

No comments written yet.

Please login to write comment.