Color Hex Logo

#83cadb Color Hex

#83CADB
(131,202,219)
0 Favorites   0 Comments

Color spaces of #83cadb

RGB 131202219
HSL0.530.550.69
HSV192°40°86°
CMYK 0.400.080.00   0.14
XYZ43.266852.180874.8093
Yxy52.18080.25410.3065
Hunter Lab72.2363-19.4987-10.8365
CIE-Lab77.3888-17.9089-15.4647

#83cadb color RGB value is (131,202,219).

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

The process color (four color CMYK) of #83cadb color hex is 0.40, 0.08, 0.00, 0.14. Web safe color of #83cadb is #99cccc. Color #83cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001010 11011011
Octal 203 312 333
Decimal 131 202 219
Hex 83 CA DB

RGB Percentages of Color #83cadb

%23.73
%36.59
%39.67

CMYK Percentages of Color #83cadb

%40
%8
%0
%14

Triadic Colors of #83cadb

#83cadb #db83ca #cadb83

Analogous Colors of #83cadb

#83cadb #839edb #83dbc0

Monochromatic Colors of #83cadb

#83cadb

Complementary Color

#83cadb #db9483

#83cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cadb Color CSS Codes

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

#83cadb Text Font Color

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

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


#83cadb Background Color

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

This div background color is #83cadb


#83cadb Border Color

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

This div border color is #83cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cadb


Comments

No comments written yet.

Please login to write comment.