Color Hex Logo

#83dcda Color Hex

#83DCDA
(131,220,218)
0 Favorites   0 Comments

Color spaces of #83dcda

RGB 131220218
HSL0.500.560.69
HSV179°40°86°
CMYK 0.400.000.01   0.14
XYZ47.608261.073675.6088
Yxy61.07360.25830.3314
Hunter Lab78.1496-28.0208-2.6576
CIE-Lab82.4183-27.1309-7.4196

#83dcda color RGB value is (131,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011100 11011010
Octal 203 334 332
Decimal 131 220 218
Hex 83 DC DA

RGB Percentages of Color #83dcda

%23.02
%38.66
%38.31

CMYK Percentages of Color #83dcda

%40
%0
%1
%14

Triadic Colors of #83dcda

#83dcda #da83dc #dcda83

Analogous Colors of #83dcda

#83dcda #83b2dc #83dcae

Monochromatic Colors of #83dcda

#83dcda

Complementary Color

#83dcda #dc8385

#83dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dcda Color CSS Codes

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

#83dcda Text Font Color

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

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


#83dcda Background Color

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

This div background color is #83dcda


#83dcda Border Color

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

This div border color is #83dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dcda


Comments

No comments written yet.

Please login to write comment.