Color Hex Logo

#83ecea Color Hex

#83ECEA
(131,236,234)
0 Favorites   0 Comments

Color spaces of #83ecea

RGB 131236234
HSL0.500.730.72
HSV179°44°93°
CMYK 0.440.000.01   0.07
XYZ54.206870.756788.6423
Yxy70.75670.25380.3312
Hunter Lab84.1170-32.1755-3.5978
CIE-Lab87.3667-30.9022-8.5300

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101100 11101010
Octal 203 354 352
Decimal 131 236 234
Hex 83 EC EA

RGB Percentages of Color #83ecea

%21.80
%39.27
%38.94

CMYK Percentages of Color #83ecea

%44
%0
%1
%7

Triadic Colors of #83ecea

#83ecea #ea83ec #ecea83

Analogous Colors of #83ecea

#83ecea #83baec #83ecb6

Monochromatic Colors of #83ecea

#83ecea

Complementary Color

#83ecea #ec8385

#83ecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ecea Color CSS Codes

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

#83ecea Text Font Color

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

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


#83ecea Background Color

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

This div background color is #83ecea


#83ecea Border Color

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

This div border color is #83ecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ecea


Comments

No comments written yet.

Please login to write comment.