Color Hex Logo

#82ffcd Color Hex

#82FFCD
(130,255,205)
0 Favorites   0 Comments

Color spaces of #82ffcd

RGB 130255205
HSL0.431.000.75
HSV156°49°100°
CMYK 0.490.000.20   0.00
XYZ55.985480.673670.3784
Yxy80.67360.27040.3897
Hunter Lab89.8185-45.920216.4155
CIE-Lab91.9863-46.327913.2587

#82ffcd color RGB value is (130,255,205).

#82ffcd hex color red value is 130, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #82ffcd hue: 0.43 , saturation: 1.00 and the lightness value of 82ffcd is 0.75.

The process color (four color CMYK) of #82ffcd color hex is 0.49, 0.00, 0.20, 0.00. Web safe color of #82ffcd is #99ffcc. Color #82ffcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 11001101
Octal 202 377 315
Decimal 130 255 205
Hex 82 FF CD

RGB Percentages of Color #82ffcd

%22.03
%43.22
%34.75

CMYK Percentages of Color #82ffcd

%49
%0
%20
%0

Triadic Colors of #82ffcd

#82ffcd #cd82ff #ffcd82

Analogous Colors of #82ffcd

#82ffcd #82f3ff #82ff8f

Monochromatic Colors of #82ffcd

#82ffcd

Complementary Color

#82ffcd #ff82b4

#82ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffcd Color CSS Codes

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

#82ffcd Text Font Color

<p style="color:#82ffcd">Text here</p>

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


#82ffcd Background Color

<div style="background-color:#82ffcd">
Div content here</div>

This div background color is #82ffcd


#82ffcd Border Color

<div style="border:3px solid #82ffcd">
Div here</div>

This div border color is #82ffcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,255,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82ffcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82ffcd;
  -webkit-box-shadow: 1px 1px 3px 2px #82ffcd;
  box-shadow:         1px 1px 3px 2px #82ffcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,255,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 #82ffcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.