Color Hex Logo

#82ffdc Color Hex

#82FFDC
(130,255,220)
0 Favorites   0 Comments

Color spaces of #82ffdc

RGB 130255220
HSL0.451.000.75
HSV163°49°100°
CMYK 0.490.000.14   0.00
XYZ57.884281.433180.3775
Yxy81.43310.26350.3707
Hunter Lab90.2403-43.422510.3583
CIE-Lab92.3241-43.09826.0116

#82ffdc color RGB value is (130,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 11011100
Octal 202 377 334
Decimal 130 255 220
Hex 82 FF DC

RGB Percentages of Color #82ffdc

%21.49
%42.15
%36.36

CMYK Percentages of Color #82ffdc

%49
%0
%14
%0

Triadic Colors of #82ffdc

#82ffdc #dc82ff #ffdc82

Analogous Colors of #82ffdc

#82ffdc #82e4ff #82ff9e

Monochromatic Colors of #82ffdc

#82ffdc

Complementary Color

#82ffdc #ff82a5

#82ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffdc Color CSS Codes

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

#82ffdc Text Font Color

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

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


#82ffdc Background Color

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

This div background color is #82ffdc


#82ffdc Border Color

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

This div border color is #82ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.