Color Hex Logo

#83cadc Color Hex

#83CADC
(131,202,220)
0 Favorites   0 Comments

Color spaces of #83cadc

RGB 131202220
HSL0.530.560.69
HSV192°40°86°
CMYK 0.400.080.00   0.14
XYZ43.398952.233775.5049
Yxy52.23370.25360.3052
Hunter Lab72.2729-19.2907-11.3504
CIE-Lab77.4204-17.6539-15.9556

#83cadc color RGB value is (131,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001010 11011100
Octal 203 312 334
Decimal 131 202 220
Hex 83 CA DC

RGB Percentages of Color #83cadc

%23.69
%36.53
%39.78

CMYK Percentages of Color #83cadc

%40
%8
%0
%14

Triadic Colors of #83cadc

#83cadc #dc83ca #cadc83

Analogous Colors of #83cadc

#83cadc #839edc #83dcc2

Monochromatic Colors of #83cadc

#83cadc

Complementary Color

#83cadc #dc9583

#83cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cadc Color CSS Codes

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

#83cadc Text Font Color

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

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


#83cadc Background Color

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

This div background color is #83cadc


#83cadc Border Color

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

This div border color is #83cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cadc


Comments

No comments written yet.

Please login to write comment.