Color Hex Logo

#83fcdf Color Hex

#83FCDF
(131,252,223)
0 Favorites   0 Comments

Color spaces of #83fcdf

RGB 131252223
HSL0.460.950.75
HSV166°48°99°
CMYK 0.480.000.12   0.01
XYZ57.489879.773882.1799
Yxy79.77380.26200.3635
Hunter Lab89.3162-41.40897.9685
CIE-Lab91.5833-40.86993.3932

#83fcdf color RGB value is (131,252,223).

#83fcdf hex color red value is 131, green value is 252 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #83fcdf hue: 0.46 , saturation: 0.95 and the lightness value of 83fcdf is 0.75.

The process color (four color CMYK) of #83fcdf color hex is 0.48, 0.00, 0.12, 0.01. Web safe color of #83fcdf is #99ffcc. Color #83fcdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111100 11011111
Octal 203 374 337
Decimal 131 252 223
Hex 83 FC DF

RGB Percentages of Color #83fcdf

%21.62
%41.58
%36.80

CMYK Percentages of Color #83fcdf

%48
%0
%12
%1

Triadic Colors of #83fcdf

#83fcdf #df83fc #fcdf83

Analogous Colors of #83fcdf

#83fcdf #83ddfc #83fca3

Monochromatic Colors of #83fcdf

#83fcdf

Complementary Color

#83fcdf #fc83a0

#83fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83fcdf Color CSS Codes

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

#83fcdf Text Font Color

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

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


#83fcdf Background Color

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

This div background color is #83fcdf


#83fcdf Border Color

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

This div border color is #83fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83fcdf


Comments

No comments written yet.

Please login to write comment.