Color Hex Logo

#83ecdc Color Hex

#83ECDC
(131,236,220)
0 Favorites   0 Comments

Color spaces of #83ecdc

RGB 131236220
HSL0.470.730.72
HSV171°44°93°
CMYK 0.440.000.07   0.07
XYZ52.273869.983578.4632
Yxy69.98350.26040.3487
Hunter Lab83.6561-34.85982.9497
CIE-Lab86.9888-34.2618-1.7407

#83ecdc color RGB value is (131,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101100 11011100
Octal 203 354 334
Decimal 131 236 220
Hex 83 EC DC

RGB Percentages of Color #83ecdc

%22.32
%40.20
%37.48

CMYK Percentages of Color #83ecdc

%44
%0
%7
%7

Triadic Colors of #83ecdc

#83ecdc #dc83ec #ecdc83

Analogous Colors of #83ecdc

#83ecdc #83c8ec #83eca8

Monochromatic Colors of #83ecdc

#83ecdc

Complementary Color

#83ecdc #ec8393

#83ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ecdc Color CSS Codes

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

#83ecdc Text Font Color

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

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


#83ecdc Background Color

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

This div background color is #83ecdc


#83ecdc Border Color

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

This div border color is #83ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ecdc


Comments

No comments written yet.

Please login to write comment.