Color Hex Logo

#83dbdf Color Hex

#83DBDF
(131,219,223)
0 Favorites   0 Comments

Color spaces of #83dbdf

RGB 131219223
HSL0.510.590.69
HSV183°41°87°
CMYK 0.410.020.00   0.13
XYZ48.010960.816079.0203
Yxy60.81600.25560.3238
Hunter Lab77.9846-26.5803-5.4882
CIE-Lab82.2797-25.4172-10.2831

#83dbdf color RGB value is (131,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011011 11011111
Octal 203 333 337
Decimal 131 219 223
Hex 83 DB DF

RGB Percentages of Color #83dbdf

%22.86
%38.22
%38.92

CMYK Percentages of Color #83dbdf

%41
%2
%0
%13

Triadic Colors of #83dbdf

#83dbdf #df83db #dbdf83

Analogous Colors of #83dbdf

#83dbdf #83addf #83dfb5

Monochromatic Colors of #83dbdf

#83dbdf

Complementary Color

#83dbdf #df8783

#83dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dbdf Color CSS Codes

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

#83dbdf Text Font Color

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

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


#83dbdf Background Color

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

This div background color is #83dbdf


#83dbdf Border Color

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

This div border color is #83dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dbdf


Comments

No comments written yet.

Please login to write comment.