Color Hex Logo

#83ccdc Color Hex

#83CCDC
(131,204,220)
0 Favorites   0 Comments

Color spaces of #83ccdc

RGB 131204220
HSL0.530.560.69
HSV191°40°86°
CMYK 0.400.070.00   0.14
XYZ43.871253.178375.6623
Yxy53.17830.25400.3079
Hunter Lab72.9235-20.2293-10.4704
CIE-Lab77.9802-18.6751-15.1134

#83ccdc color RGB value is (131,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 11011100
Octal 203 314 334
Decimal 131 204 220
Hex 83 CC DC

RGB Percentages of Color #83ccdc

%23.60
%36.76
%39.64

CMYK Percentages of Color #83ccdc

%40
%7
%0
%14

Triadic Colors of #83ccdc

#83ccdc #dc83cc #ccdc83

Analogous Colors of #83ccdc

#83ccdc #83a0dc #83dcc0

Monochromatic Colors of #83ccdc

#83ccdc

Complementary Color

#83ccdc #dc9383

#83ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ccdc Color CSS Codes

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

#83ccdc Text Font Color

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

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


#83ccdc Background Color

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

This div background color is #83ccdc


#83ccdc Border Color

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

This div border color is #83ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ccdc


Comments

No comments written yet.

Please login to write comment.