Color Hex Logo

#82cfbe Color Hex

#82CFBE
(130,207,190)
0 Favorites   0 Comments

Color spaces of #82cfbe

RGB 130207190
HSL0.460.450.66
HSV167°37°81°
CMYK 0.370.000.08   0.19
XYZ40.813053.089256.8114
Yxy53.08920.27080.3523
Hunter Lab72.8623-27.52444.7747
CIE-Lab77.9276-27.64450.9334

#82cfbe color RGB value is (130,207,190).

#82cfbe hex color red value is 130, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #82cfbe hue: 0.46 , saturation: 0.45 and the lightness value of 82cfbe is 0.66.

The process color (four color CMYK) of #82cfbe color hex is 0.37, 0.00, 0.08, 0.19. Web safe color of #82cfbe is #99cccc. Color #82cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001111 10111110
Octal 202 317 276
Decimal 130 207 190
Hex 82 CF BE

RGB Percentages of Color #82cfbe

%24.67
%39.28
%36.05

CMYK Percentages of Color #82cfbe

%37
%0
%8
%19

Triadic Colors of #82cfbe

#82cfbe #be82cf #cfbe82

Analogous Colors of #82cfbe

#82cfbe #82bacf #82cf98

Monochromatic Colors of #82cfbe

#82cfbe

Complementary Color

#82cfbe #cf8293

#82cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cfbe Color CSS Codes

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

#82cfbe Text Font Color

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

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


#82cfbe Background Color

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

This div background color is #82cfbe


#82cfbe Border Color

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

This div border color is #82cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cfbe


Comments

No comments written yet.

Please login to write comment.