Color Hex Logo

#83ecec Color Hex

#83ECEC
(131,236,236)
0 Favorites   0 Comments

Color spaces of #83ecec

RGB 131236236
HSL0.500.730.72
HSV180°44°93°
CMYK 0.440.000.00   0.07
XYZ54.495870.872390.1644
Yxy70.87230.25280.3288
Hunter Lab84.1857-31.7768-4.5707
CIE-Lab87.4229-30.4092-9.4959

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101100 11101100
Octal 203 354 354
Decimal 131 236 236
Hex 83 EC EC

RGB Percentages of Color #83ecec

%21.72
%39.14
%39.14

CMYK Percentages of Color #83ecec

%44
%0
%0
%7

Triadic Colors of #83ecec

#83ecec #ec83ec #ecec83

Analogous Colors of #83ecec

#83ecec #83b8ec #83ecb8

Monochromatic Colors of #83ecec

#83ecec

Complementary Color

#83ecec #ec8383

#83ecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ecec Color CSS Codes

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

#83ecec Text Font Color

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

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


#83ecec Background Color

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

This div background color is #83ecec


#83ecec Border Color

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

This div border color is #83ecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ecec


Comments

No comments written yet.

Please login to write comment.