Color Hex Logo

#83edcc Color Hex

#83EDCC
(131,237,204)
0 Favorites   0 Comments

Color spaces of #83edcc

RGB 131237204
HSL0.450.750.72
HSV161°45°93°
CMYK 0.450.000.14   0.07
XYZ50.543369.753367.9266
Yxy69.75330.26850.3706
Hunter Lab83.5184-38.133510.2416
CIE-Lab86.8757-38.34596.4793

#83edcc color RGB value is (131,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101101 11001100
Octal 203 355 314
Decimal 131 237 204
Hex 83 ED CC

RGB Percentages of Color #83edcc

%22.90
%41.43
%35.66

CMYK Percentages of Color #83edcc

%45
%0
%14
%7

Triadic Colors of #83edcc

#83edcc #cc83ed #edcc83

Analogous Colors of #83edcc

#83edcc #83d9ed #83ed97

Monochromatic Colors of #83edcc

#83edcc

Complementary Color

#83edcc #ed83a4

#83edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83edcc Color CSS Codes

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

#83edcc Text Font Color

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

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


#83edcc Background Color

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

This div background color is #83edcc


#83edcc Border Color

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

This div border color is #83edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83edcc


Comments

No comments written yet.

Please login to write comment.