Color Hex Logo

#83ccde Color Hex

#83CCDE
(131,204,222)
0 Favorites   0 Comments

Color spaces of #83ccde

RGB 131204222
HSL0.530.580.69
HSV192°41°87°
CMYK 0.410.080.00   0.13
XYZ44.137853.285077.0660
Yxy53.28500.25300.3054
Hunter Lab72.9966-19.8130-11.4977
CIE-Lab78.0430-18.1647-16.0938

#83ccde color RGB value is (131,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 11011110
Octal 203 314 336
Decimal 131 204 222
Hex 83 CC DE

RGB Percentages of Color #83ccde

%23.52
%36.62
%39.86

CMYK Percentages of Color #83ccde

%41
%8
%0
%13

Triadic Colors of #83ccde

#83ccde #de83cc #ccde83

Analogous Colors of #83ccde

#83ccde #839fde #83dec3

Monochromatic Colors of #83ccde

#83ccde

Complementary Color

#83ccde #de9583

#83ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ccde Color CSS Codes

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

#83ccde Text Font Color

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

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


#83ccde Background Color

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

This div background color is #83ccde


#83ccde Border Color

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

This div border color is #83ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ccde


Comments

No comments written yet.

Please login to write comment.