Color Hex Logo

#83dadf Color Hex

#83DADF
(131,218,223)
0 Favorites   0 Comments

Color spaces of #83dadf

RGB 131218223
HSL0.510.590.69
HSV183°41°87°
CMYK 0.410.020.00   0.13
XYZ47.750860.295878.9336
Yxy60.29580.25540.3225
Hunter Lab77.6504-26.1203-5.9146
CIE-Lab81.9987-24.9263-10.7019

#83dadf color RGB value is (131,218,223).

#83dadf hex color red value is 131, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #83dadf hue: 0.51 , saturation: 0.59 and the lightness value of 83dadf is 0.69.

The process color (four color CMYK) of #83dadf color hex is 0.41, 0.02, 0.00, 0.13. Web safe color of #83dadf is #99cccc. Color #83dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011010 11011111
Octal 203 332 337
Decimal 131 218 223
Hex 83 DA DF

RGB Percentages of Color #83dadf

%22.90
%38.11
%38.99

CMYK Percentages of Color #83dadf

%41
%2
%0
%13

Triadic Colors of #83dadf

#83dadf #df83da #dadf83

Analogous Colors of #83dadf

#83dadf #83acdf #83dfb6

Monochromatic Colors of #83dadf

#83dadf

Complementary Color

#83dadf #df8883

#83dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dadf Color CSS Codes

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

#83dadf Text Font Color

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

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


#83dadf Background Color

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

This div background color is #83dadf


#83dadf Border Color

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

This div border color is #83dadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,218,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 #83dadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dadf


Comments

No comments written yet.

Please login to write comment.