Color Hex Logo

#83cddf Color Hex

#83CDDF
(131,205,223)
0 Favorites   0 Comments

Color spaces of #83cddf

RGB 131205223
HSL0.530.590.69
HSV192°41°87°
CMYK 0.410.080.00   0.13
XYZ44.510753.815777.8535
Yxy53.81570.25260.3055
Hunter Lab73.3592-20.0737-11.5709
CIE-Lab78.3541-18.4186-16.1624

#83cddf color RGB value is (131,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 11011111
Octal 203 315 337
Decimal 131 205 223
Hex 83 CD DF

RGB Percentages of Color #83cddf

%23.43
%36.67
%39.89

CMYK Percentages of Color #83cddf

%41
%8
%0
%13

Triadic Colors of #83cddf

#83cddf #df83cd #cddf83

Analogous Colors of #83cddf

#83cddf #839fdf #83dfc3

Monochromatic Colors of #83cddf

#83cddf

Complementary Color

#83cddf #df9583

#83cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cddf Color CSS Codes

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

#83cddf Text Font Color

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

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


#83cddf Background Color

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

This div background color is #83cddf


#83cddf Border Color

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

This div border color is #83cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cddf


Comments

No comments written yet.

Please login to write comment.