Color Hex Logo

#83cfcd Color Hex

#83CFCD
(131,207,205)
0 Favorites   0 Comments

Color spaces of #83cfcd

RGB 131207205
HSL0.500.440.66
HSV178°37°81°
CMYK 0.370.000.01   0.19
XYZ42.692353.858765.9033
Yxy53.85870.26280.3315
Hunter Lab73.3885-24.5910-1.8708
CIE-Lab78.3793-23.8881-6.4558

#83cfcd color RGB value is (131,207,205).

#83cfcd hex color red value is 131, green value is 207 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #83cfcd hue: 0.50 , saturation: 0.44 and the lightness value of 83cfcd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 11001101
Octal 203 317 315
Decimal 131 207 205
Hex 83 CF CD

RGB Percentages of Color #83cfcd

%24.13
%38.12
%37.75

CMYK Percentages of Color #83cfcd

%37
%0
%1
%19

Triadic Colors of #83cfcd

#83cfcd #cd83cf #cfcd83

Analogous Colors of #83cfcd

#83cfcd #83abcf #83cfa7

Monochromatic Colors of #83cfcd

#83cfcd

Complementary Color

#83cfcd #cf8385

#83cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cfcd Color CSS Codes

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

#83cfcd Text Font Color

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

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


#83cfcd Background Color

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

This div background color is #83cfcd


#83cfcd Border Color

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

This div border color is #83cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cfcd


Comments

No comments written yet.

Please login to write comment.