Color Hex Logo

#82fdda Color Hex

#82FDDA
(130,253,218)
0 Favorites   0 Comments

Color spaces of #82fdda

RGB 130253218
HSL0.450.970.75
HSV163°49°99°
CMYK 0.490.000.14   0.01
XYZ56.986180.058378.7790
Yxy80.05830.26400.3709
Hunter Lab89.4753-42.896610.4305
CIE-Lab91.7110-42.65916.1608

#82fdda color RGB value is (130,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111101 11011010
Octal 202 375 332
Decimal 130 253 218
Hex 82 FD DA

RGB Percentages of Color #82fdda

%21.63
%42.10
%36.27

CMYK Percentages of Color #82fdda

%49
%0
%14
%1

Triadic Colors of #82fdda

#82fdda #da82fd #fdda82

Analogous Colors of #82fdda

#82fdda #82e3fd #82fd9d

Monochromatic Colors of #82fdda

#82fdda

Complementary Color

#82fdda #fd82a5

#82fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fdda Color CSS Codes

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

#82fdda Text Font Color

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

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


#82fdda Background Color

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

This div background color is #82fdda


#82fdda Border Color

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

This div border color is #82fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fdda


Comments

No comments written yet.

Please login to write comment.