Color Hex Logo

#82deca Color Hex

#82DECA
(130,222,202)
0 Favorites   0 Comments

Color spaces of #82deca

RGB 130222202
HSL0.460.580.69
HSV167°41°87°
CMYK 0.410.000.09   0.13
XYZ45.987961.252665.2762
Yxy61.25260.26660.3551
Hunter Lab78.2640-32.07565.3339
CIE-Lab82.5144-32.10181.2119

#82deca color RGB value is (130,222,202).

#82deca hex color red value is 130, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #82deca hue: 0.46 , saturation: 0.58 and the lightness value of 82deca is 0.69.

The process color (four color CMYK) of #82deca color hex is 0.41, 0.00, 0.09, 0.13. Web safe color of #82deca is #99cccc. Color #82deca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011110 11001010
Octal 202 336 312
Decimal 130 222 202
Hex 82 DE CA

RGB Percentages of Color #82deca

%23.47
%40.07
%36.46

CMYK Percentages of Color #82deca

%41
%0
%9
%13

Triadic Colors of #82deca

#82deca #ca82de #deca82

Analogous Colors of #82deca

#82deca #82c4de #82de9c

Monochromatic Colors of #82deca

#82deca

Complementary Color

#82deca #de8296

#82deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#82deca Color CSS Codes

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

#82deca Text Font Color

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

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


#82deca Background Color

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

This div background color is #82deca


#82deca Border Color

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

This div border color is #82deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82deca


Comments

No comments written yet.

Please login to write comment.