Color Hex Logo

#82dfcb Color Hex

#82DFCB
(130,223,203)
0 Favorites   0 Comments

Color spaces of #82dfcb

RGB 130223203
HSL0.460.590.69
HSV167°42°87°
CMYK 0.420.000.09   0.13
XYZ46.373161.833065.9908
Yxy61.83300.26620.3550
Hunter Lab78.6340-32.34205.2867
CIE-Lab82.8245-32.34591.1336

#82dfcb color RGB value is (130,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011111 11001011
Octal 202 337 313
Decimal 130 223 203
Hex 82 DF CB

RGB Percentages of Color #82dfcb

%23.38
%40.11
%36.51

CMYK Percentages of Color #82dfcb

%42
%0
%9
%13

Triadic Colors of #82dfcb

#82dfcb #cb82df #dfcb82

Analogous Colors of #82dfcb

#82dfcb #82c5df #82df9d

Monochromatic Colors of #82dfcb

#82dfcb

Complementary Color

#82dfcb #df8296

#82dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dfcb Color CSS Codes

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

#82dfcb Text Font Color

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

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


#82dfcb Background Color

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

This div background color is #82dfcb


#82dfcb Border Color

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

This div border color is #82dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dfcb


Comments

No comments written yet.

Please login to write comment.