Color Hex Logo

#83cddc Color Hex

#83CDDC
(131,205,220)
0 Favorites   0 Comments

Color spaces of #83cddc

RGB 131205220
HSL0.530.560.69
HSV190°40°86°
CMYK 0.400.070.00   0.14
XYZ44.109753.655275.7418
Yxy53.65520.25420.3092
Hunter Lab73.2497-20.6974-10.0324
CIE-Lab78.2603-19.1834-14.6924

#83cddc color RGB value is (131,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 11011100
Octal 203 315 334
Decimal 131 205 220
Hex 83 CD DC

RGB Percentages of Color #83cddc

%23.56
%36.87
%39.57

CMYK Percentages of Color #83cddc

%40
%7
%0
%14

Triadic Colors of #83cddc

#83cddc #dc83cd #cddc83

Analogous Colors of #83cddc

#83cddc #83a1dc #83dcbf

Monochromatic Colors of #83cddc

#83cddc

Complementary Color

#83cddc #dc9283

#83cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cddc Color CSS Codes

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

#83cddc Text Font Color

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

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


#83cddc Background Color

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

This div background color is #83cddc


#83cddc Border Color

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

This div border color is #83cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cddc


Comments

No comments written yet.

Please login to write comment.