Color Hex Logo

#83eecf Color Hex

#83EECF
(131,238,207)
0 Favorites   0 Comments

Color spaces of #83eecf

RGB 131238207
HSL0.450.760.72
HSV163°45°93°
CMYK 0.450.000.13   0.07
XYZ51.197170.479469.9370
Yxy70.47940.26720.3678
Hunter Lab83.9520-38.06009.3743
CIE-Lab87.2315-38.14005.4231

#83eecf color RGB value is (131,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101110 11001111
Octal 203 356 317
Decimal 131 238 207
Hex 83 EE CF

RGB Percentages of Color #83eecf

%22.74
%41.32
%35.94

CMYK Percentages of Color #83eecf

%45
%0
%13
%7

Triadic Colors of #83eecf

#83eecf #cf83ee #eecf83

Analogous Colors of #83eecf

#83eecf #83d8ee #83ee9a

Monochromatic Colors of #83eecf

#83eecf

Complementary Color

#83eecf #ee83a2

#83eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83eecf Color CSS Codes

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

#83eecf Text Font Color

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

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


#83eecf Background Color

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

This div background color is #83eecf


#83eecf Border Color

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

This div border color is #83eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83eecf


Comments

No comments written yet.

Please login to write comment.