Color Hex Logo

#83cadd Color Hex

#83CADD
(131,202,221)
0 Favorites   0 Comments

Color spaces of #83cadd

RGB 131202221
HSL0.540.570.69
HSV193°41°87°
CMYK 0.410.090.00   0.13
XYZ43.531752.286876.2046
Yxy52.28680.25310.3040
Hunter Lab72.3096-19.0816-11.8670
CIE-Lab77.4520-17.3980-16.4461

#83cadd color RGB value is (131,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001010 11011101
Octal 203 312 335
Decimal 131 202 221
Hex 83 CA DD

RGB Percentages of Color #83cadd

%23.65
%36.46
%39.89

CMYK Percentages of Color #83cadd

%41
%9
%0
%13

Triadic Colors of #83cadd

#83cadd #dd83ca #cadd83

Analogous Colors of #83cadd

#83cadd #839ddd #83ddc3

Monochromatic Colors of #83cadd

#83cadd

Complementary Color

#83cadd #dd9683

#83cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cadd Color CSS Codes

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

#83cadd Text Font Color

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

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


#83cadd Background Color

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

This div background color is #83cadd


#83cadd Border Color

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

This div border color is #83cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cadd


Comments

No comments written yet.

Please login to write comment.