Color Hex Logo

#82fbdc Color Hex

#82FBDC
(130,251,220)
0 Favorites   0 Comments

Color spaces of #82fbdc

RGB 130251220
HSL0.460.940.75
HSV165°48°98°
CMYK 0.480.000.12   0.02
XYZ56.621478.907579.9566
Yxy78.90750.26280.3662
Hunter Lab88.8299-41.67408.8135
CIE-Lab91.1924-41.32514.3765

#82fbdc color RGB value is (130,251,220).

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

The process color (four color CMYK) of #82fbdc color hex is 0.48, 0.00, 0.12, 0.02. Web safe color of #82fbdc is #99ffcc. Color #82fbdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111011 11011100
Octal 202 373 334
Decimal 130 251 220
Hex 82 FB DC

RGB Percentages of Color #82fbdc

%21.63
%41.76
%36.61

CMYK Percentages of Color #82fbdc

%48
%0
%12
%2

Triadic Colors of #82fbdc

#82fbdc #dc82fb #fbdc82

Analogous Colors of #82fbdc

#82fbdc #82defb #82fba0

Monochromatic Colors of #82fbdc

#82fbdc

Complementary Color

#82fbdc #fb82a1

#82fbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fbdc Color CSS Codes

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

#82fbdc Text Font Color

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

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


#82fbdc Background Color

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

This div background color is #82fbdc


#82fbdc Border Color

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

This div border color is #82fbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fbdc


Comments

No comments written yet.

Please login to write comment.